File

core/data-grid/data-grid-configuration.model.ts

Description

Interface for strategy services implementing storage of data-grid configuration data.

Index

Methods

Methods

getConfig$
getConfig$(context?: GridConfigContext)

A method to retrive configuration data.

Parameters :
Name Type Optional Description
context GridConfigContext Yes

Any data needed for the configuration data to be uniquely identified and retrieved.

getContext
getContext()

Allows to retrieve the context provided for the given configuration strategy.

Returns : GridConfigContext
isContextKnown
isContextKnown()

Tells if strategy has been already provided with context or context provider.

Returns : boolean
saveConfig$
saveConfig$(config: GridConfig, context?: GridConfigContext)

A method to persist configuration data.

Parameters :
Name Type Optional Description
config GridConfig No

Configuration data to persist.

context GridConfigContext Yes

Any data needed for the configuration data to be uniquely identified and retrieved.

results matching ""

    No results matching ""