UNPKG

@thepassle/axobject-query

Version:

Programmatic access to information about the AXObject Model

15 lines (14 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const TreeRole = { relatedConcepts: [ { module: "ARIA", concept: { name: "tree", }, }, ], type: "widget", }; exports.default = TreeRole;