printer-notifications/node_modules/axobject-query/lib/etc/objects/TextAreaRole.js

26 lines
450 B
JavaScript
Raw Permalink Normal View History

2023-11-13 21:10:04 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var TextAreaRole = {
relatedConcepts: [{
module: 'ARIA',
concept: {
attributes: [{
name: 'aria-multiline',
value: 'true'
}],
name: 'textbox'
}
}, {
module: 'HTML',
concept: {
name: 'textarea'
}
}],
type: 'widget'
};
var _default = TextAreaRole;
exports.default = _default;