Search


Search something to see results

DivToken

Div token

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

Hierarchy (View Summary)

Index

Properties

loc?: Location

location info

parent?: any

parent node

tokens?: Token[] | null

prelude or selector tokens

typ: Div

token type