method
View.AdminComponent
AdminComponent returns the optional statically registered admin plugin renderer selected for this field. The returned configuration is detached from the immutable definition.
Returns
The declared result.
(pluginKey string, component string, config json.RawMessage, ok bool)Full signature
func (d View) AdminComponent() (
pluginKey,
component string,
config json.RawMessage,
ok bool,
)Related types
ViewView is a read-only snapshot of a canonical immutable node. Its readers detach mutable values; author fields through their concrete fluent facades.