Interface TwingEmbedNode

interface TwingEmbedNode {
    attributes: TwingEmbedNodeAttributes;
    children: TwingBaseIncludeNodeChildren;
    column: number;
    line: number;
    tag: null | string;
    type: "embed";
}

Hierarchy (view full)

Properties

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