Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/arkui-plugins/ui-plugins/property-translators/
Dutils.ts250 allowOverride: boolean; property
259 …const allowOverride: boolean = getValueInObjectAnnotation(anno, DecoratorNames.PROVIDE, 'allowOver… constant
Dprovide.ts97 const allowOverride: boolean = options?.allowOverride ?? false; constant