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

    Interface DropdownChoice

    An option for a dropdown input

    Available for actions/feedbacks/config

    interface DropdownChoice {
        id: DropdownChoiceId;
        label: string;
    }
    Index

    Properties

    Properties

    Value of the option

    label: string

    Label to show to users