
main.react.dom.aria.AriaRole.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package react.dom.aria
@Suppress("NAME_CONTAINS_ILLEGAL_CHARS")
// language=JavaScript
@JsName("""(/*union*/{alert: 'alert', alertdialog: 'alertdialog', application: 'application', article: 'article', banner: 'banner', button: 'button', cell: 'cell', checkbox: 'checkbox', columnheader: 'columnheader', combobox: 'combobox', complementary: 'complementary', contentinfo: 'contentinfo', definition: 'definition', dialog: 'dialog', directory: 'directory', document: 'document', feed: 'feed', figure: 'figure', form: 'form', grid: 'grid', gridcell: 'gridcell', group: 'group', heading: 'heading', img: 'img', link: 'link', list: 'list', listbox: 'listbox', listitem: 'listitem', log: 'log', main: 'main', marquee: 'marquee', math: 'math', menu: 'menu', menubar: 'menubar', menuitem: 'menuitem', menuitemcheckbox: 'menuitemcheckbox', menuitemradio: 'menuitemradio', navigation: 'navigation', none: 'none', note: 'note', option: 'option', presentation: 'presentation', progressbar: 'progressbar', radio: 'radio', radiogroup: 'radiogroup', region: 'region', row: 'row', rowgroup: 'rowgroup', rowheader: 'rowheader', scrollbar: 'scrollbar', search: 'search', searchbox: 'searchbox', separator: 'separator', slider: 'slider', spinbutton: 'spinbutton', status: 'status', switch: 'switch', tab: 'tab', table: 'table', tablist: 'tablist', tabpanel: 'tabpanel', term: 'term', textbox: 'textbox', timer: 'timer', toolbar: 'toolbar', tooltip: 'tooltip', tree: 'tree', treegrid: 'treegrid', treeitem: 'treeitem'}/*union*/)""")
external enum class AriaRole {
alert,
alertdialog,
application,
article,
banner,
button,
cell,
checkbox,
columnheader,
combobox,
complementary,
contentinfo,
definition,
dialog,
directory,
document,
feed,
figure,
form,
grid,
gridcell,
group,
heading,
img,
link,
list,
listbox,
listitem,
log,
main,
marquee,
math,
menu,
menubar,
menuitem,
menuitemcheckbox,
menuitemradio,
navigation,
none,
note,
option,
presentation,
progressbar,
radio,
radiogroup,
region,
row,
rowgroup,
rowheader,
scrollbar,
search,
searchbox,
separator,
slider,
spinbutton,
status,
switch,
tab,
table,
tablist,
tabpanel,
term,
textbox,
timer,
toolbar,
tooltip,
tree,
treegrid,
treeitem,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy