Skip to content

ElectronSegmentedControlSegment

Unofficial

A segment shown in a ElectronTouchBarSegmentedControl.

Import:

import type { ElectronSegmentedControlSegment } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ElectronSegmentedControlSegment

Properties

PropertyTypeDescription
enabled?booleanWhether this segment is selectable.
icon?ElectronNativeImageThe image to appear in this segment.
label?stringThe text to appear in this segment.

Links to this page: