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

    Interface ReflectState

    反映状態管理

    interface ReflectState {
        errorMessage?: string;
        metadata?: null | ReflectValue | ReflectValue[];
        propertyName: string;
        status: ReflectStatus;
    }
    Index

    Properties

    errorMessage?: string

    エラーメッセージ

    metadata?: null | ReflectValue | ReflectValue[]

    反映対象データ

    propertyName: string

    対象プロパティ名

    反映状態