Trilium Frontend API
    Preparing search index...

    Interface ToggleSwitchParams

    interface ToggleSwitchParams {
        clickable?: boolean;
        max?: number;
        offColor?: string;
        offValue?: string | number;
        onColor?: string;
        onTruthy?: boolean;
        onValue?: string | number;
        size?: number;
    }
    Index

    Properties

    clickable?: boolean
    max?: number
    offColor?: string
    offValue?: string | number
    onColor?: string
    onTruthy?: boolean
    onValue?: string | number
    size?: number