UNPKG

@thepassle/axobject-query

Version:

Programmatic access to information about the AXObject Model

27 lines (26 loc) 595 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const RowHeaderRole = { relatedConcepts: [ { module: "ARIA", concept: { name: "rowheader", }, }, { module: "HTML", concept: { name: "th", attributes: [ { name: "scope", value: "row", }, ], }, }, ], type: "widget", }; exports.default = RowHeaderRole;