Skip to main content

Interface: PerformancePlanProxyCallbacks<P>

Callbacks of a PerformancePlanProxy object

Type parameters

NameType
Pextends PerformancePlan

Methods

onAfterEdit

onAfterEdit(property, newValue): void

Parameters

NameType
propertyProxiedPerformancePlanProperty<P, keyof P>
newValueany

Returns

void

Defined in

src/sdk/performance/PerformancePlanProxy.ts:10


onBeforeEdit

onBeforeEdit(property, newValue): void

Parameters

NameType
propertyProxiedPerformancePlanProperty<P, keyof P>
newValueany

Returns

void

Defined in

src/sdk/performance/PerformancePlanProxy.ts:8