Home
last modified time | relevance | path

Searched refs:animatableExtendAttribute (Results 1 – 3 of 3) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dutils.ts852 animatableExtendAttribute: Map<string, Set<string>> = new Map(); property in SpecialArkTSFileInfo
Dprocess_component_build.ts2446 const animatableExtendAttribute: Map<string, Set<string>> = constant
2447 storedFileInfo.getCurrentArkTsFile().animatableExtendAttribute;
2448 if (animatableExtendAttribute.has(componentName) &&
2449 [...animatableExtendAttribute.get(componentName)].includes(propName)) {
Dvalidate_ui_syntax.ts423 collectExtend(storedFileInfo.getCurrentArkTsFile().animatableExtendAttribute,