Type Alias UpdateLifeCycleFunction

UpdateLifeCycleFunction: (
    runtime: LifeCycleObject,
    property: string,
    oldValue: any,
    newValue: any,
) => void

Type declaration

    • (runtime: LifeCycleObject, property: string, oldValue: any, newValue: any): void
    • Parameters

      Returns void