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

    Type Alias SelectValue

    Select型の値を表す型

    type SelectValue = {
        displayName?: string;
        value: string;
    }
    Index

    Properties

    Properties

    displayName?: string

    表示名

    value: string