Enode — API Reference
    Preparing search index...

    Type Alias SegmentedPickerOption<T>

    type SegmentedPickerOption<T> = {
        ariaLabel?: string;
        label: string;
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    ariaLabel?: string

    Overrides the visible label for screen readers when it needs more context.

    label: string
    value: T