Skip to main content

KeywordDescriptor

A single entry in the traversal vocabulary: which keyword to descend into and how.

Signature

interface KeywordDescriptor {
keyword: string;
kind: KeywordKind;
}