StatusDashboardView
cartographer / StatusDashboardView
Class: StatusDashboardView
Section titled “Class: StatusDashboardView”Defined in: components/StatusDashboardView.ts:11
Base class for Datacore component views in Obsidian Extends Obsidian’s ItemView to render components
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new StatusDashboardView(
leaf,settings):StatusDashboardView
Defined in: components/DatacoreComponentView.ts:25
Parameters
Section titled “Parameters”WorkspaceLeaf
settings
Section titled “settings”Returns
Section titled “Returns”StatusDashboardView
Inherited from
Section titled “Inherited from”DatacoreComponentView.constructor
Properties
Section titled “Properties”settings
Section titled “settings”settings:
DatacoreSettings
Defined in: components/DatacoreComponentView.ts:21
Inherited from
Section titled “Inherited from”DatacoreComponentView.settings
items:
CatalogItem[] =[]
Defined in: components/DatacoreComponentView.ts:22
Inherited from
Section titled “Inherited from”isLoading
Section titled “isLoading”isLoading:
boolean=false
Defined in: components/DatacoreComponentView.ts:23
Inherited from
Section titled “Inherited from”DatacoreComponentView.isLoading
Methods
Section titled “Methods”getActiveLibrary()
Section titled “getActiveLibrary()”getActiveLibrary():
Library|null
Defined in: components/DatacoreComponentView.ts:33
Get the currently active library configuration
Returns
Section titled “Returns”Library | null
Inherited from
Section titled “Inherited from”DatacoreComponentView.getActiveLibrary
onOpen()
Section titled “onOpen()”onOpen():
Promise<void>
Defined in: components/DatacoreComponentView.ts:61
Returns
Section titled “Returns”Promise<void>
0.9.7
Inherited from
Section titled “Inherited from”onClose()
Section titled “onClose()”onClose():
Promise<void>
Defined in: components/DatacoreComponentView.ts:71
Returns
Section titled “Returns”Promise<void>
0.9.7
Inherited from
Section titled “Inherited from”getViewType()
Section titled “getViewType()”getViewType():
string
Defined in: components/StatusDashboardView.ts:12
Get the view type (required by ItemView)
Returns
Section titled “Returns”string
Overrides
Section titled “Overrides”DatacoreComponentView.getViewType
getDisplayText()
Section titled “getDisplayText()”getDisplayText():
string
Defined in: components/StatusDashboardView.ts:16
Get the display text for the view (required by ItemView)
Returns
Section titled “Returns”string
Overrides
Section titled “Overrides”DatacoreComponentView.getDisplayText
loadData()
Section titled “loadData()”loadData():
Promise<void>
Defined in: components/StatusDashboardView.ts:20
Load data from vault
Returns
Section titled “Returns”Promise<void>
Overrides
Section titled “Overrides”DatacoreComponentView.loadData
renderComponent()
Section titled “renderComponent()”renderComponent():
Promise<void>
Defined in: components/StatusDashboardView.ts:41
Render the component
Returns
Section titled “Returns”Promise<void>