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

    Interface ReflectState

    反映状態管理

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

    エラーメッセージ

    metadata?: ReflectValue | ReflectValue[] | null

    反映対象データ

    propertyName: string

    対象プロパティ名

    反映状態