core/data-grid/data-grid-configuration.model.ts
Interface for strategy services implementing storage of data-grid configuration data.
Methods |
| getConfig$ | ||||||||
getConfig$(context?: GridConfigContext)
|
||||||||
|
A method to retrive configuration data.
Parameters :
Returns :
Observable<GridConfig>
|
| 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 :
Returns :
Observable<GridConfig>
|