@logseq/libs
    Preparing search index...

    Interface LSPluginBaseInfo

    interface LSPluginBaseInfo {
        effect: boolean;
        id: string;
        iir: boolean;
        lsr: string;
        mode: "iframe" | "shadow";
        settings: { disabled: boolean } & Record<string, unknown>;
    }
    Index

    Properties

    effect: boolean
    id: string

    Must be unique.

    iir: boolean

    For internal use only. Indicates if plugin is installed in dot root.

    lsr: string

    For internal use only.

    mode: "iframe" | "shadow"
    settings: { disabled: boolean } & Record<string, unknown>