KeywordDescriptor
A single entry in the traversal vocabulary: which keyword to descend into and how.
Signature
interface KeywordDescriptor {
keyword: string;
kind: KeywordKind;
}
A single entry in the traversal vocabulary: which keyword to descend into and how.
interface KeywordDescriptor {
keyword: string;
kind: KeywordKind;
}