@logseq/libs
    Preparing search index...

    Interface LSPluginPkgConfig

    interface LSPluginPkgConfig {
        devEntry: string;
        entry: string;
        icon: string;
        id: string;
        main: string;
        mode: "iframe" | "shadow";
        theme: unknown;
        themes: Theme[];
        title: string;
    }
    Index

    Properties

    devEntry: string

    Alternative entrypoint for development.

    entry

    entry: string
    icon: string
    id: string
    main: string
    mode: "iframe" | "shadow"
    theme: unknown

    For legacy themes, do not use.

    themes: Theme[]
    title: string