Home
last modified time | relevance | path

Searched defs:COMPONENT_OBJECT_LINK_DECORATOR (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dpre_define.ts44 export const COMPONENT_OBJECT_LINK_DECORATOR: string = '@ObjectLink'; constant
505 …ATE_OBJECTLINK_DECORATORS: string[] = [COMPONENT_STATE_DECORATOR, COMPONENT_OBJECT_LINK_DECORATOR]; constant
Dvalidate_ui_syntax.ts1410 …t FORBIDDEN_PRIVATE_ACCESS: string[] = [COMPONENT_LINK_DECORATOR, COMPONENT_OBJECT_LINK_DECORATOR]; constant