UNPKG

@thepassle/axobject-query

Version:

Programmatic access to information about the AXObject Model

21 lines (20 loc) 428 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const DirectoryRole = { relatedConcepts: [ { module: "ARIA", concept: { name: "directory", }, }, { module: "HTML", concept: { name: "dir", }, }, ], type: "structure", }; exports.default = DirectoryRole;