Skip to main content

Interface: PerformancePlanProxyCallbacks<P>

Defined in: src/sdk/performance/PerformancePlanProxy.ts:7

Callbacks of a PerformancePlanProxy object

Type Parameters

Type Parameter
P extends PerformancePlan

Methods

onAfterEdit()

onAfterEdit(property, newValue): void

Defined in: src/sdk/performance/PerformancePlanProxy.ts:10

Parameters

ParameterType
propertyProxiedPerformancePlanProperty<P, keyof P>
newValueany

Returns

void


onBeforeEdit()

onBeforeEdit(property, newValue): void

Defined in: src/sdk/performance/PerformancePlanProxy.ts:8

Parameters

ParameterType
propertyProxiedPerformancePlanProperty<P, keyof P>
newValueany

Returns

void