@wq2/ui
    Preparing search index...

    Interface IToastResult

    interface IToastResult {
        addStyle: (css: string) => void;
        body: HTMLElement;
        close: () => void;
        dispose: () => void;
        hide: () => void;
        host: HTMLElement;
        id?: string;
        root: HTMLElement;
        shadow: boolean;
        show: () => void;
        tag: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    addStyle: (css: string) => void
    body: HTMLElement
    close: () => void
    dispose: () => void
    hide: () => void
    host: HTMLElement
    id?: string
    root: HTMLElement
    shadow: boolean
    show: () => void
    tag: string