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

    Interface FormattedResultItem

    フォーマットされた検索結果アイテム

    interface FormattedResultItem {
        formatValue: string;
        value: string;
    }
    Index

    Properties

    Properties

    formatValue: string

    フォーマットされた値

    value: string