@companion-module/base
    Preparing search index...

    Interface DropdownChoice<TId>

    interface DropdownChoice<TId extends JsonValue = string | number> {
        id: TId;
        label: string;
    }

    Type Parameters

    Index

    Properties

    Properties

    id: TId

    Value of the option

    label: string

    Label to show to users