Interface TwingFlushNode

interface TwingFlushNode {
    attributes: TwingBaseNodeAttributes;
    children: TwingBaseNodeChildren;
    column: number;
    line: number;
    tag: null | string;
    type: "flush";
}

Hierarchy (view full)

Properties

column: number
line: number
tag: null | string
type: "flush"