@thepassle/axobject-query
Version:
Programmatic access to information about the AXObject Model
6 lines (5 loc) • 354 B
TypeScript
import { AXObjectModelRelationConcept, AXObjectName, TAXObjectQueryMap } from "./types.js";
type TAXObjectRoleTuple = [AXObjectName, AXObjectModelRelationConcept[]];
type TAXObjectRoleElements = TAXObjectRoleTuple[];
declare const _default: TAXObjectQueryMap<TAXObjectRoleElements, AXObjectName, AXObjectModelRelationConcept[]>;
export default _default;