UI Headless Runtime API - v1.0.0
    Preparing search index...

    Interface ToastSnapshot

    Toast queue snapshot.

    interface ToastSnapshot {
        all: readonly ToastRecord[];
        controlled: boolean;
        queued: readonly ToastRecord[];
        visible: readonly ToastRecord[];
    }
    Index

    Properties

    all: readonly ToastRecord[]

    Complete deterministic queue.

    controlled: boolean

    Whether queue state is consumer-owned.

    queued: readonly ToastRecord[]

    Waiting priority-ordered records.

    visible: readonly ToastRecord[]

    Visible priority-ordered records.