# SemanticRole

Source: /tuil/docs/reference/packages/core/api/semantic-role
Locale: en

type exported by @mwillbanks/tuil-core.



{/* Generated by tooling/docs/generate-reference.ts. */}

## type [#type]

Public type exported by `@mwillbanks/tuil-core`.

```ts
export type SemanticRole =
  | "application"
  | "navigation"
  | "menu"
  | "menuitem"
  | "tab"
  | "tabpanel"
  | "form"
  | "textbox"
  | "checkbox"
  | "radio"
  | "switch"
  | "listbox"
  | "option"
  | "table"
  | "row"
  | "cell"
  | "dialog"
  | "alert"
  | "status"
  | "progressbar"
  | "slider"
  | "tree"
  | "treeitem"
  | "button"
  | "heading"
  | "image"
  | "text";
```

## Members [#members]

This declaration has no public members.

## Parameters [#parameters]

This declaration has no public members.

## Returns [#returns]

This declaration does not return a value.

## Throws [#throws]

No thrown errors are documented for this declaration.

## Related types [#related-types]

No package-local related types.

## Source [#source]

[View the secondary source reference](https://github.com/mwillbanks/tuil/blob/main/packages/core/src/semantics.ts)

## Package [#package]

[@mwillbanks/tuil-core](/tuil/docs/reference/packages/core)
