VBI.resources.chart

L'espace de noms des ressources chart sur une instance VBI.

Méthodes

register

Enregistre une ressource chart unique.

Définition:

register(chart: VBIChartDSLInput): VBIChartDSL

Retour: VBIChartDSL

Paramètres:

ParamètreTypeDescription
chartVBIChartDSLInput-

get

Récupère le DSL d'une ressource chart enregistrée.

Définition:

get(uuid: string): VBIChartDSL | undefined

Retour: VBIChartDSL \| undefined

Paramètres:

ParamètreTypeDescription
uuidstring-

list

Récupère tous les DSL des ressources chart enregistrées.

Définition:

list(): VBIChartDSL[]

Retour: VBIChartDSL[]

has

Détermine si la ressource chart spécifiée a été enregistrée.

Définition:

has(uuid: string): boolean

Retour: boolean

Paramètres:

ParamètreTypeDescription
uuidstring-

unregister

Désenregistre la ressource chart spécifiée.

Définition:

unregister(uuid: string): boolean

Retour: boolean

Paramètres:

ParamètreTypeDescription
uuidstring-