型・APIリファレンス
    Preparing search index...

    Type Alias OperatorSelectValue

    Select型の値を表す型

    type OperatorSelectValue = {
        label: string;
        value: string;
    }
    Index

    Properties

    Properties

    label: string

    表示名

    value: string