Trilium Frontend API
    Preparing search index...

    Interface InfoExtraProps

    Make all properties in T optional

    interface InfoExtraProps {
        copyToClipboardButton?: boolean;
        size?: "xl" | "lg" | "md" | "sm";
        title?: ComponentChildren;
    }

    Hierarchy (View Summary)

    Index

    Properties

    copyToClipboardButton?: boolean

    Adds a button in the footer that allows easily copying the content of the infobox to clipboard.

    size?: "xl" | "lg" | "md" | "sm"