Options
Menu

Class GitDashboardRepository

class

GitDashboardRepository

uses

DashboardRepository

Index

Constructor methods

constructor

Properties

branch

branch: string

git

workspace

workspace: Workspace

Methods

cloneDashboard

  • cloneDashboard(dashboard: any): Object

createDashboard

  • createDashboard(options: any): { title: string; group: string; widgets: any[]; }

deleteDashboards

  • deleteDashboards(array: Array<any>, fn: any)

getDashboard

  • getDashboard(id: string, fn: any)

getDashboardPath

  • getDashboardPath(dash: any): string

getDashboards

  • getDashboards(fn: any)

getType

  • getType(): string

getUserDashboardDirectory

  • getUserDashboardDirectory(): string

getUserDashboardPath

  • getUserDashboardPath(id: String): string

isValid

  • isValid(): boolean

putDashboards

  • putDashboards(array: Array<any>, commitMessage: string, fn: any)

Generated using TypeDoc