source: frontend/node_modules/axobject-query/lib/etc/objects/TextAreaRole.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 450 bytes
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7var TextAreaRole = {
8 relatedConcepts: [{
9 module: 'ARIA',
10 concept: {
11 attributes: [{
12 name: 'aria-multiline',
13 value: 'true'
14 }],
15 name: 'textbox'
16 }
17 }, {
18 module: 'HTML',
19 concept: {
20 name: 'textarea'
21 }
22 }],
23 type: 'widget'
24};
25var _default = TextAreaRole;
26exports.default = _default;
Note: See TracBrowser for help on using the repository browser.