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
Name | Type | Description |
---|---|---|
oldKey | string | the old key. |
newKey | string | the new key. |
Properties
newKey
• Readonly
newKey: string
the new key.
oldKey
• Readonly
oldKey: string
the old key.