Searched refs:featureList (Results 1 – 3 of 3) sorted by relevance
74 ForEach(this.changelogInfoList?.[0].endFeatures.featureList, (feature: Feature) => {82 … .padding({ top: this.changelogInfoList?.[0].endFeatures.featureList.indexOf(feature) == 0 ?244 if (changelogInfo.headFeatures.featureList) {245 this.setFeatureContent(changelogInfo.headFeatures.featureList)249 @Builder setFeatureContent(featureList: Array<Feature>) {250 ForEach(featureList, (item: Feature) => {258 .padding({ top: featureList.indexOf(item) == 0 ?277 if (features.featureList) {278 this.setFeatureContent(features.featureList)
158 let featureList = new Array();163 featureList: featureList,172 parseFeature(featureElement, featureList);177 function parseFeature(featureElement: any, featureList: Array<Feature>): void {199 featureList.push(feature);203 featureList.push(feature);
264 featureList: Array<Feature>; property