Searched defs:PresetDecorators (Results 1 – 4 of 4) sorted by relevance
| /developtools/ace_ets2bundle/arkui-plugins/ui-syntax-plugins/rules/ |
| D | no-duplicate-decorators.ts | 23 PresetDecorators.COMPONENT_V1, constant 24 PresetDecorators.COMPONENT_V2, constant 25 PresetDecorators.REUSABLE_V1, constant 26 PresetDecorators.PREVIEW, constant 27 PresetDecorators.REUSABLE_V2, constant 28 PresetDecorators.CUSTOM_DIALOG, constant
|
| D | componentV2-state-usage-validation.ts | 28 …const builtInDecorators = [PresetDecorators.LOCAL, PresetDecorators.PARAM, PresetDecorators.EVENT]; constant 58 …const builtInDecorators = [PresetDecorators.LOCAL, PresetDecorators.PARAM, PresetDecorators.EVENT]; constant
|
| D | no-prop-link-objectlink-in-entry.ts | 30 …const invalidDecorators = [PresetDecorators.PROP, PresetDecorators.LINK, PresetDecorators.OBJECT_L… constant
|
| /developtools/ace_ets2bundle/arkui-plugins/ui-syntax-plugins/utils/ |
| D | index.ts | 20 export const PresetDecorators = { constant
|