Interface: PluginSettingsDetailsProps
Props for PluginSettingsDetailsProps component.
Properties
data?
readonly optional data: object;
Data object representing the current state/configuration. readonly - The data object is readonly and cannot be modified.
Index Signature
[key
: string
]: any
Defined in
onDataChange()?
optional onDataChange: (data: object) => void;
Callback function to be triggered when there's a change in data.
Parameters
Parameter | Type | Description |
---|---|---|
data | object | The updated data object. |
Returns
void