Skip to main content

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

src/plugin/pluginsSlice.ts:18


onDataChange()?

optional onDataChange: (data: object) => void;

Callback function to be triggered when there's a change in data.

Parameters

ParameterTypeDescription
dataobjectThe updated data object.

Returns

void

Defined in

src/plugin/pluginsSlice.ts:12