Searched refs:animatableExtendAttribute (Results 1 – 3 of 3) sorted by relevance
906 animatableExtendAttribute: Map<string, Set<string>> = new Map(); property in SpecialArkTSFileInfo
2787 const animatableExtendAttribute: Map<string, Set<string>> = constant2788 storedFileInfo.getCurrentArkTsFile().animatableExtendAttribute;2789 if (animatableExtendAttribute.has(componentName) &&2790 [...animatableExtendAttribute.get(componentName)].includes(propName)) {
428 collectExtend(storedFileInfo.getCurrentArkTsFile().animatableExtendAttribute,