UNPKG

@thepassle/axobject-query

Version:

Programmatic access to information about the AXObject Model

24 lines (23 loc) 460 B
const LinkRole = { relatedConcepts: [ { module: "ARIA", concept: { name: "link", }, }, { module: "HTML", concept: { name: "a", attributes: [ { name: "href", }, ], }, }, ], type: "widget", }; export default LinkRole;