Skip to content

LibraryPanelRefBuilder🔗

A library panel is a reusable panel that you can use in any dashboard.

When you make a change to a library panel, that change propagates to all instances of where the panel is used.

Library panels streamline reuse of panels across multiple dashboards.

Constructor🔗

func NewLibraryPanelRefBuilder() *LibraryPanelRefBuilder

Methods🔗

Build🔗

Builds the object.

func (builder *LibraryPanelRefBuilder) Build() (LibraryPanelRef, error)

Name🔗

Library panel name

func (builder *LibraryPanelRefBuilder) Name(name string) *LibraryPanelRefBuilder

Uid🔗

Library panel uid

func (builder *LibraryPanelRefBuilder) Uid(uid string) *LibraryPanelRefBuilder

See also🔗