You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
621 B

4 years ago
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var treeRole = {
abstract: false,
accessibleNameRequired: true,
baseConcepts: [],
childrenPresentational: false,
nameFrom: ['author'],
props: {
'aria-multiselectable': null,
'aria-required': null,
'aria-orientation': 'vertical'
},
relatedConcepts: [],
requireContextRole: [],
requiredOwnedElements: [['group', 'treeitem'], ['treeitem']],
requiredProps: {},
superClass: [['roletype', 'widget', 'composite', 'select'], ['roletype', 'structure', 'section', 'group', 'select']]
};
exports.default = treeRole;