Interface: ICosmographInternalApi
Properties
public
readonlypublic:Cosmograph
labels?
readonlyoptionallabels:Labels
cosmos?
readonlyoptionalcosmos:Graph
summary
readonlysummary:CosmographSummary
config
readonlyconfig:CosmographConfig
eventManager
readonlyeventManager:CosmographEventManager
configManager
readonlyconfigManager:CosmographConfigManager
dataManager
readonlydataManager:CosmographDataManager
dataValidator
readonlydataValidator:CosmographDataValidator
crossfilter
readonlycrossfilter:CosmographCrossfilter
rectangularSelection
readonlyrectangularSelection:RectangularSelect
polygonalSelection
readonlypolygonalSelection:PolygonalSelect
selectionClient?
readonlyoptionalselectionClient:PointsSelectionClient
dbCoordinator?
readonlyoptionaldbCoordinator:MosaicDBCoordinator
containerElement?
readonlyoptionalcontainerElement:HTMLElement
cosmosElement?
readonlyoptionalcosmosElement:HTMLDivElement
popupElement?
readonlyoptionalpopupElement:HTMLElement
cosmosInitialized
readonlycosmosInitialized:boolean
pointsHaveLayout
readonlypointsHaveLayout:boolean
addEventListener()
addEventListener: (
type,listener,options?) =>void
Parameters
| Parameter | Type | 
|---|---|
type | string | 
listener | EventListenerOrEventListenerObject | 
options? | boolean | AddEventListenerOptions | 
Returns
void
removeEventListener()
removeEventListener: (
type,listener,options?) =>void
Parameters
| Parameter | Type | 
|---|---|
type | string | 
listener | EventListenerOrEventListenerObject | 
options? | boolean | EventListenerOptions | 
Returns
void
dispatchEvent()
dispatchEvent: (
event) =>void
Parameters
| Parameter | Type | 
|---|---|
event | Event | 
Returns
void
Methods
dbReady()
dbReady():
Promise<void>
Returns
Promise<void>
dropLocalTables()
dropLocalTables(
linksOnly):Promise<void>
Parameters
| Parameter | Type | 
|---|---|
linksOnly | boolean | 
Returns
Promise<void>
updateMessage()
updateMessage(
msg):void
Parameters
| Parameter | Type | 
|---|---|
msg | null | string | 
Returns
void
initializeCosmos()
initializeCosmos():
Promise<void>
Returns
Promise<void>
initializeLabels()
initializeLabels():
void
Returns
void
updateStats()
updateStats():
void
Returns
void
updateSummary()
updateSummary():
Promise<void>
Returns
Promise<void>