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

    Interface FormatValue

    フォーマットされた値を表す型

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

    Properties

    Properties

    formatValue: string

    フォーマット値

    value: string