Equation Citator v1.3.7 Documentation
    Preparing search index...
    interface SettingsMetadata {
        desc: string;
        favoriate?: boolean;
        hasSubPanel?: boolean;
        name: string;
        renderCallback: (
            el: HTMLElement,
            plugin: default,
            renderSubpanel?: boolean,
        ) => void;
        type: "string" | "number" | "boolean" | "select" | "color" | "array";
    }
    Index

    Properties

    desc: string
    favoriate?: boolean
    hasSubPanel?: boolean
    name: string
    renderCallback: (
        el: HTMLElement,
        plugin: default,
        renderSubpanel?: boolean,
    ) => void
    type: "string" | "number" | "boolean" | "select" | "color" | "array"