method

View.RowLabelComponent

RowLabelComponent returns the optional statically registered admin plugin component selected for array or blocks row headings. 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) RowLabelComponent() ( pluginKey, component string, config json.RawMessage, ok bool, )

Source field/field.go:514

Related types

  • View

    View is a read-only snapshot of a canonical immutable node. Its readers detach mutable values; author fields through their concrete fluent facades.