UNPKG

@thepassle/axobject-query

Version:

Programmatic access to information about the AXObject Model

27 lines (26 loc) 603 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const SpinButtonRole = { relatedConcepts: [ { module: "ARIA", concept: { name: "spinbutton", }, }, { module: "HTML", concept: { name: "input", attributes: [ { name: "type", value: "number", }, ], }, }, ], type: "widget", }; exports.default = SpinButtonRole;