Skip to content

LibraryPanelRef🔗

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🔗

LibraryPanelRef()

Methods🔗

build🔗

Builds the object.

def build() -> dashboardv2.LibraryPanelRef

name🔗

Library panel name

def name(name: str) -> typing.Self

uid🔗

Library panel uid

def uid(uid: str) -> typing.Self

See also🔗