Searched refs:animatableExtendAttribute (Results 1 – 3 of 3) sorted by relevance
852 animatableExtendAttribute: Map<string, Set<string>> = new Map(); property in SpecialArkTSFileInfo
2446 const animatableExtendAttribute: Map<string, Set<string>> = constant2447 storedFileInfo.getCurrentArkTsFile().animatableExtendAttribute;2448 if (animatableExtendAttribute.has(componentName) &&2449 [...animatableExtendAttribute.get(componentName)].includes(propName)) {
423 collectExtend(storedFileInfo.getCurrentArkTsFile().animatableExtendAttribute,