UNPKG

@thepassle/axobject-query

Version:

Programmatic access to information about the AXObject Model

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