Skip to content

LayoutEventTarget

Defined in: layout/types.ts:507

optional identifier?: string

Defined in: layout/types.ts:508


optional options?: LayoutEventTargetOptions

Defined in: layout/types.ts:509


optional loading?: boolean

Defined in: layout/types.ts:510


optional function?: <T>() => Promise<T>

Defined in: layout/types.ts:511

T = void

Promise<T>


optional action?: string

Defined in: layout/types.ts:512


optional event?: AnyActionDefInitConvenience

Defined in: layout/types.ts:514


optional link?: string | { name: undefined; href: string; external?: boolean; append?: boolean; target?: "_blank" | "_self" | "_parent" | "_top"; } | RouteLocationNamedRaw

Defined in: layout/types.ts:515