# TuilGhosttyAccessibilityOptions

Source: /tuil/docs/reference/packages/ghostty-web/api/tuil-ghostty-accessibility-options
Locale: en

interface exported by @mwillbanks/tuil-ghostty-web.



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

## interface [#interface]

Public interface exported by `@mwillbanks/tuil-ghostty-web`.

```ts
export interface TuilGhosttyAccessibilityOptions {
  readonly label?: string;
  readonly instructions?: string;
  readonly semanticTreeLabel?: string;
}
```

## Members [#members]

| Member              | Type                  | Required | Description                                                             | Related types |
| ------------------- | --------------------- | -------- | ----------------------------------------------------------------------- | ------------- |
| `label`             | `string \| undefined` | No       | The `label` member uses the `string \| undefined` contract.             | —             |
| `instructions`      | `string \| undefined` | No       | The `instructions` member uses the `string \| undefined` contract.      | —             |
| `semanticTreeLabel` | `string \| undefined` | No       | The `semanticTreeLabel` member uses the `string \| undefined` contract. | —             |

## 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/ghostty-web/src/browser.tsx)

## Package [#package]

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