UNPKG

@thepassle/axobject-query

Version:

Programmatic access to information about the AXObject Model

26 lines (25 loc) 540 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const LinkRole = { relatedConcepts: [ { module: "ARIA", concept: { name: "link", }, }, { module: "HTML", concept: { name: "a", attributes: [ { name: "href", }, ], }, }, ], type: "widget", }; exports.default = LinkRole;