AutoBE
    Preparing search index...
    interface IShape {
        children: IRecursiveSlot | null;
        mode: "plain" | "parent" | "children" | "both";
        parent: IRecursiveSlot | null;
    }
    Index

    Properties

    Properties

    children: IRecursiveSlot | null
    mode: "plain" | "parent" | "children" | "both"
    parent: IRecursiveSlot | null