Readonly
nameWith this function a listener can be assigned which is executed whenever the data of a record component changes
Called whenever the records of the given record cmp has changed
True:
The listener is immediately called with the current records of the record cmp
at the time, the listener is added
False:
The listener will be called for the first time when the records of the cmp
actually change
With this function a listener can be assigned which is executed whenever the selected key of a record component changes
Called whenever the selected key of the given record component has changed
True:
The listener is immediately called with the current key and value of the cmp at the
time, the listener is added
False:
The listener will be called for the first time when the key of the cmp
actually changes
Optional
condition: CmpRecordKeyChangedCondition<TKey, TRecord>A predicate function which is given the new cmp key and value.
The function can decide on whether the listener is called or not by returning true or false.
Called whenever the value of the given cmp has changed
True:
The listener is immediately called with the current value of the cmp at the
time, the listener is added
False:
The listener will be called for the first time when the value of the cmp
actually changes
Optional
condition: CmpValueChangedCondition<TRecord>A predicate function which is given the new cmp value.
The function can decide on whether the listener is called or not by returning true or false.
Sends the ChangeConfigurationValue request to the server
Defers the actual request after the current execution context.
All values from subsequent calls to setCmpInput
within the same execution context will be sent as
1 batch request if defer = true
.
Generated using TypeDoc
Represents a component of type
Record