Interface: PerformancePlanProxyCallbacks<P>
Callbacks of a PerformancePlanProxy object
Type parameters
Name | Type |
---|---|
P | extends PerformancePlan |
Methods
onAfterEdit
▸ onAfterEdit(property
, newValue
): void
Parameters
Name | Type |
---|---|
property | ProxiedPerformancePlanProperty <P , keyof P > |
newValue | any |
Returns
void
Defined in
src/sdk/performance/PerformancePlanProxy.ts:10
onBeforeEdit
▸ onBeforeEdit(property
, newValue
): void
Parameters
Name | Type |
---|---|
property | ProxiedPerformancePlanProperty <P , keyof P > |
newValue | any |
Returns
void
Defined in
src/sdk/performance/PerformancePlanProxy.ts:8