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.
29 lines
580 B
29 lines
580 B
'use strict';
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
var searchboxRole = {
|
|
abstract: false,
|
|
accessibleNameRequired: true,
|
|
baseConcepts: [{
|
|
module: 'HTML',
|
|
concept: {
|
|
name: 'input',
|
|
attributes: [{
|
|
name: 'type',
|
|
value: 'search'
|
|
}]
|
|
}
|
|
}],
|
|
childrenPresentational: false,
|
|
nameFrom: ['author'],
|
|
props: {},
|
|
relatedConcepts: [],
|
|
requireContextRole: [],
|
|
requiredOwnedElements: [],
|
|
requiredProps: {},
|
|
superClass: [['roletype', 'widget', 'input', 'textbox']]
|
|
};
|
|
|
|
exports.default = searchboxRole;
|