Skip to content

LibraryPanel🔗

Constructor🔗

LibraryPanel()

Methods🔗

build🔗

Builds the object.

def build() -> librarypanel.LibraryPanel

description🔗

Panel description

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

folder_uid🔗

Folder UID

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

meta🔗

Object storage metadata

def meta(meta: cogbuilder.Builder[librarypanel.LibraryElementDTOMeta]) -> typing.Self

model🔗

TODO: should be the same panel schema defined in dashboard

Typescript: Omit;

def model(model: cogbuilder.Builder[librarypanel.LibrarypanelLibraryPanelModel]) -> typing.Self

name🔗

Panel name (also saved in the model)

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

schema_version🔗

Dashboard version when this was saved (zero if unknown)

def schema_version(schema_version: int) -> typing.Self

type_val🔗

The panel type (from inside the model)

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

uid🔗

Library element UID

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

version🔗

panel version, incremented each time the dashboard is updated.

def version(version: int) -> typing.Self

See also🔗