FocusSnapshot
interface exported by @mwillbanks/tuil-router.
interface
Public interface exported by @mwillbanks/tuil-router.
export interface FocusSnapshot {
readonly scopeId?: string;
readonly focusedId?: string;
readonly scroll?: number;
readonly selected?: string;
readonly panes?: Readonly<Record<string, unknown>>;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
scopeId | string | undefined | No | The scopeId member uses the string | undefined contract. | — |
focusedId | string | undefined | No | The focusedId member uses the string | undefined contract. | — |
scroll | number | undefined | No | The scroll member uses the number | undefined contract. | — |
selected | string | undefined | No | The selected member uses the string | undefined contract. | — |
panes | Readonly<Record<string, unknown>> | undefined | No | The panes member uses the Readonly<Record<string, unknown>> | 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.
Related types
No package-local related types.
Source
View the secondary source reference