FocusChange
interface exported by @mwillbanks/tuil-focus.
interface
Public interface exported by @mwillbanks/tuil-focus.
export interface FocusChange {
readonly previousId?: string;
readonly currentId?: string;
readonly reason: string;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
previousId | string | undefined | No | The previousId member uses the string | undefined contract. | — |
currentId | string | undefined | No | The currentId member uses the string | undefined contract. | — |
reason | string | Yes | The reason member uses the string 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.
Related types
No package-local related types.
Source
View the secondary source reference