UNPKG

@thepassle/axobject-query

Version:

Programmatic access to information about the AXObject Model

27 lines (26 loc) 607 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const TextAreaRole = { relatedConcepts: [ { module: "ARIA", concept: { attributes: [ { name: "aria-multiline", value: "true", }, ], name: "textbox", }, }, { module: "HTML", concept: { name: "textarea", }, }, ], type: "widget", }; exports.default = TextAreaRole;