Trilium Frontend API
    Preparing search index...

    Interface SegmentedControlSegment

    interface SegmentedControlSegment {
        enabled?: boolean;
        icon?: NativeImage;
        label?: string;
    }
    Index

    Properties

    Properties

    enabled?: boolean

    Whether this segment is selectable. Default: true.

    The image to appear in this segment.

    label?: string

    The text to appear in this segment.