method
Definition.AdminComponent
func (d Definition) AdminComponent() (
pluginKey,
component string,
config json.RawMessage,
ok bool,
)AdminComponent returns the optional statically registered admin plugin renderer selected for this field. The returned configuration is detached from the immutable definition.
Related types
DefinitionAn immutable authored field definition.