Searched refs:GridObjectSortComponentType (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-GridObjectSortComponent.md | 15 …, GridObjectSortComponentItem, GridObjectSortComponentOptions, GridObjectSortComponentType } from … 52 …pe | [GridObjectSortComponentType](#gridobjectsortcomponenttype) | 否 | 组件展示形态:文字\|图片+文… 59 ## GridObjectSortComponentType section 81 | url | [ResourceStr](ts-types.md#resourcestr) | 否 | GridObjectSortComponentType类型为IMAGE_TEX… 92 …, GridObjectSortComponentItem, GridObjectSortComponentOptions, GridObjectSortComponentType } from … 166 type: GridObjectSortComponentType.IMAGE_TEXT,
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-GridObjectSortComponent.md | 15 …, GridObjectSortComponentItem, GridObjectSortComponentOptions, GridObjectSortComponentType } from … 52 …GridObjectSortComponentType](#gridobjectsortcomponenttype) | No | Component display form: text on… 59 ## GridObjectSortComponentType section 81 …r) | No | URL of the image. This parameter is required when **GridObjectSortComponentType** is se… 92 …, GridObjectSortComponentItem, GridObjectSortComponentOptions, GridObjectSortComponentType } from … 166 type: GridObjectSortComponentType.IMAGE_TEXT,
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/ |
H A D | gridobjectsortcomponent.js | 61 export var GridObjectSortComponentType; variable 65 })(GridObjectSortComponentType || (GridObjectSortComponentType = {})); 748 this.imageText = this.options.type === GridObjectSortComponentType.IMAGE_TEXT; 1708 if (this.options.type === GridObjectSortComponentType.TEXT) { 2101 GridObjectSortComponent, GridObjectSortComponentType
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/source/ |
H A D | GridObjectSortComponent.ets | 66 type?: GridObjectSortComponentType; 74 export enum GridObjectSortComponentType { 186 this.imageText = this.options.type === GridObjectSortComponentType.IMAGE_TEXT; 1077 if (this.options.type === GridObjectSortComponentType.TEXT) {
|