跳至主要內容

ui_selector - 无障碍选择器

约 163 字小于 1 分钟道无涯

目录

枚举

接口

类型别名

类型别名

PropertyQuery

Ƭ PropertyQuery: PropertyValue | RegExp

选择器查找条件的值的类型接口


PropertyValue

Ƭ PropertyValue: string | number | boolean

选择器条件的具体值的类型接口


UiObjectFilter

Ƭ UiObjectFilter: (obj: UiObject) => boolean

Type declaration

▸ (obj): boolean

控件过滤器

参数
名称类型描述
objUiObject控件
返回值

boolean

是否通过


UiObjectProvider

Ƭ UiObjectProvider: () => UiObject[]>

Type declaration

▸ (): UiObject[]>

控件提供器

返回值

UiObject[]>

控件列表,或返回控件列表的Promise