tuil
ReferencePackages@mwillbanks/tuil-ghostty-webAPI

TuilGhosttyAccessibilityOptions

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

View rawEdit

interface

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

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

Members

MemberTypeRequiredDescriptionRelated types
labelstring | undefinedNoThe label member uses the string | undefined contract.
instructionsstring | undefinedNoThe instructions member uses the string | undefined contract.
semanticTreeLabelstring | undefinedNoThe semanticTreeLabel member uses the string | undefined contract.

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-ghostty-web

On this page