function

AdminComponent

func AdminComponent( pluginKey, component string, config json.RawMessage, ) CommonOption

Select an exact renderer from a statically paired admin plugin without changing built-in field semantics.

Source field/options.go:749

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

Config must be empty or a deterministic JSON object safe to expose in the public manifest. Resolution rejects invalid identities and owners without a paired admin package.

Related types

  • CommonOption

    Options accepted by every built-in and plugin field.

Related guides