@duplicis/types - v1.0.0
    Preparing search index...

    Interface ClientSidebar

    Sidebar menu manager.

    interface ClientSidebar {
        close(): void;
        open(plugin?: PluginConstructor): string | undefined;
        opened(): string | undefined;
        toast(msg: Options): string;
        toastDismiss(id?: string): void;
        toastOnce(id: string, msg: Options): string;
        toastUpdate(id: string, msg: Partial<ToastMessage>): string;
        toastVisible(id?: string): boolean;
    }
    Index

    Methods