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

    Interface SelectResultItem

    Selectの検索結果アイテム

    interface SelectResultItem {
        displayName: string;
        value: string;
    }
    Index

    Properties

    Properties

    displayName: string

    表示名

    value: string