For AI agents: the complete documentation index is available at /next/llms.txt, the full documentation bundle is available at /next/llms-full.txt, and this page is available as Markdown at /next/lynxtron/api/@lynx-js/lynxtron/Class.TouchBarSegmentedControl.md.
  • English
  • @lynx-js/lynxtron / TouchBarSegmentedControl

    TouchBarSegmentedControl

    Constructors

    new TouchBarSegmentedControl()

    new TouchBarSegmentedControl(options: TouchBarSegmentedControlConstructorOptions): TouchBarSegmentedControl

    Parameters

    Returns

    TouchBarSegmentedControl

    Defined in

    apis/api/touch-bar.d.ts:188

    Properties

    mode

    mode: 'single' | 'multiple' | 'buttons';

    Defined in

    apis/api/touch-bar.d.ts:189


    segments

    segments: SegmentedControlSegment[];

    Defined in

    apis/api/touch-bar.d.ts:190


    segmentStyle

    segmentStyle: string;

    Defined in

    apis/api/touch-bar.d.ts:191


    selectedIndex

    selectedIndex: number;

    Defined in

    apis/api/touch-bar.d.ts:192

    Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.