Structured boot-time restoration options.

interface AsukaBootOptions {
    mode?: AsukaBootMode;
    state?: unknown;
}

Properties

Properties

Explicit boot strategy used to decide which payload wins and when it is restored.

state?: unknown

Canonical full-state payload used for complete product/session replacement.