UNPKG

@thepassle/axobject-query

Version:

Programmatic access to information about the AXObject Model

20 lines (19 loc) 458 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const BusyIndicatorRole = { relatedConcepts: [ { module: "ARIA", concept: { attributes: [ { name: "aria-busy", value: "true", }, ], }, }, ], type: "widget", }; exports.default = BusyIndicatorRole;