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

Property Type Description
enabled? boolean Whether this segment is selectable.
icon? ElectronNativeImage The image to appear in this segment.
label? string The text to appear in this segment.

Links to this page: