Search


Search something to see results

WhitespaceToken

Whitespace token

interface WhitespaceToken {
    "[ROOT]"?: AstStyleSheet;
    parent?: any;
    typ: WhitespaceTokenType;
    val?: string;
    [key: number]: string | undefined;
}

Hierarchy (View Summary)

Indexable

  • [key: number]: string | undefined

Index

Properties

"[ROOT]"?: AstStyleSheet

root node

parent?: any

parent node

whitespace type

val?: string

whitespace value