@logseq/libs
    Preparing search index...

    Type Alias UIBaseOptions

    type UIBaseOptions = {
        attrs?: Record<string, string>;
        close?: "outside" | string;
        key?: string;
        replace?: boolean;
        reset?: boolean;
        style?: CSS.Properties;
        template: string | null;
    }
    Index

    Properties

    attrs?: Record<string, string>
    close?: "outside" | string
    key?: string
    replace?: boolean
    reset?: boolean
    style?: CSS.Properties
    template: string | null