replugged

    Interface ProcessedNode

    interface ProcessedNode {
        buildLayout: () => ProcessedNode[];
        key: string;
        type: NodeType;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    buildLayout: () => ProcessedNode[]
    key: string
    type: NodeType
    MMNEPVFCICPMFPCPTTAAATR