Search
    Preparing search index...
    interface IValueWillChange<T> {
        newValue: T;
        object: any;
        type: "update";
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    newValue: T
    object: any
    type: "update"