Skip to main content

createEmptyAstAppIndexes

@lowcode/dsl-compiler


Function: createEmptyAstAppIndexes()

createEmptyAstAppIndexes(): object

Defined in: dsl-compiler/src/dslToAst/astTypes.ts:160

Вспомогательная функция, создающая пустые индексы для AstApp.

Returns

object

componentsById

componentsById: Map<string, AstComponent>

dataSourcesById

dataSourcesById: Map<string, DataSource>

eventHandlersByTargetId

eventHandlersByTargetId: Map<string, EventHandler[]>

pagesById

pagesById: Map<string, AstPage>