Skip to content

@advjs/monorepo / types/src / AdvAst / Root

Interface: Root

Defined in: packages/types/src/ast/index.ts:219

Properties

children

children: Item[]

Defined in: packages/types/src/ast/index.ts:221


functions

functions: Record<string, string>

Defined in: packages/types/src/ast/index.ts:226

global scripts functions


scene

scene: Record<string, number>

Defined in: packages/types/src/ast/index.ts:222


type

type: "adv-root"

Defined in: packages/types/src/ast/index.ts:220