Search


Search something to see results

WalkAttributesResult

interface WalkAttributesResult {
    nextValue: Token | null;
    parent: any;
    parents: Generator<Token>;
    previousValue: Token | null;
    root?: any;
    value: Token;
}

Index

Properties

nextValue: Token | null
parent: any
parents: Generator<Token>
previousValue: Token | null
root?: any
value: Token