Documentation
    Preparing search index...

    Interface TwingSandboxNode

    interface TwingSandboxNode {
        attributes: Attributes;
        children: { body: TwingBaseNode };
        column: number;
        line: number;
        tag: null | string;
        type: "sandbox";
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes: Attributes
    children: { body: TwingBaseNode }
    column: number
    line: number
    tag: null | string
    type: "sandbox"