@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Interface SelectOption

    A single option for UIDropdownList.

    interface SelectOption {
        label: string;
        value: string;
    }
    Index

    Properties

    Properties

    label: string

    Human-readable label displayed in the list.

    value: string

    The value emitted when this option is chosen.