Trilium Frontend API
    Preparing search index...

    Interface FormToggleProps

    interface FormToggleProps {
        afterName?: ComponentChildren;
        currentValue: boolean;
        disabled?: boolean;
        helpPage?: string;
        switchOffName: string;
        switchOffTooltip?: string;
        switchOnName: string;
        switchOnTooltip?: string;
        onChange(newValue: boolean): void;
    }
    Index

    Properties

    afterName?: ComponentChildren
    currentValue: boolean
    disabled?: boolean
    helpPage?: string
    switchOffName: string
    switchOffTooltip?: string
    switchOnName: string
    switchOnTooltip?: string

    Methods

    • Parameters

      • newValue: boolean

      Returns void