JavaScript & React libraryAPI Generated Docs

Class: CosmographIndexManager

Constructors

Constructor

new CosmographIndexManager(_): CosmographIndexManager

Parameters

ParameterType
_ICosmographInternalApi

Returns

CosmographIndexManager

Accessors

pointsSourceTableName

Get Signature

get pointsSourceTableName(): string

Returns

string


linksSourceTableName

Get Signature

get linksSourceTableName(): string

Returns

string


pointsTableName

Get Signature

get pointsTableName(): string | undefined

Returns

string | undefined


linksTableName

Get Signature

get linksTableName(): string | undefined

Returns

string | undefined

Methods

applyResolvedConfig()

applyResolvedConfig(config): void

Parameters

ParameterType
configCosmographConfig

Returns

void


prepare()

prepare(config): Promise<void>

Parameters

ParameterType
configCosmographConfig

Returns

Promise<void>


clear()

clear(preserveResolvedConfig): Promise<void>

Parameters

ParameterTypeDefault value
preserveResolvedConfigbooleanfalse

Returns

Promise<void>