Search


Search something to see results

AndToken

Media feature and token

interface AndToken {
    loc?: Location;
    parent?: any;
    tokens?: Token[] | null;
    typ: AndTokenType;
}

Hierarchy (View Summary)

Index

Properties

loc?: Location

location info

parent?: any

parent node

tokens?: Token[] | null

prelude or selector tokens

token type