function

RowLabelComponent

func RowLabelComponent( pluginKey, component string, config json.RawMessage, ) RowLabelComponentOption

Select an exact paired-plugin Svelte component for array or blocks row headings.

Source field/options.go:1168

@param pluginKey
The pluginKey value.
@param component
The component value.
@param config
The config value.
@returns
The declared result.

Config must be an empty value or a JSON object. It is defensively copied into the definition and manifest.

This is presentation only. It does not change validation, storage, access, or operation behavior.

Related types