Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Class: ComponentKeyChangedEventArgs

@react-form-builder/core.ComponentKeyChangedEventArgs

Represents the event argument for the event when the component key changes.

Constructors

constructor

new ComponentKeyChangedEventArgs(oldKey, newKey)

Constructs a new instance of the ComponentKeyChangedEventArgs class.

Parameters

NameTypeDescription
oldKeystringthe old key.
newKeystringthe new key.

Properties

newKey

Readonly newKey: string

the new key.


oldKey

Readonly oldKey: string

the old key.