interface Root {
    children: Item[];
    functions: Record<string, string>;
    scene: Record<string, number>;
    type: "adv-root";
}

Properties

children: Item[]
functions: Record<string, string>

global scripts functions

scene: Record<string, number>
type: "adv-root"

Generated using TypeDoc