UNPKG

@thepassle/axobject-query

Version:

Programmatic access to information about the AXObject Model

18 lines (17 loc) 378 B
const BusyIndicatorRole = { relatedConcepts: [ { module: "ARIA", concept: { attributes: [ { name: "aria-busy", value: "true", }, ], }, }, ], type: "widget", }; export default BusyIndicatorRole;