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🔗

new LibraryPanelRefBuilder()

Methods🔗

build🔗

Builds the object.

public LibraryPanelRef build()

name🔗

Library panel name

public LibraryPanelRefBuilder name(String name)

uid🔗

Library panel uid

public LibraryPanelRefBuilder uid(String uid)

See also🔗