sub-assets/sub-assets-grid-configuration-strategy.service.ts
Methods |
constructor(userPreferencesConfigurationStrategy: UserPreferencesConfigurationStrategy, smartGroupGridConfigurationStrategy: SmartGroupGridConfigurationStrategy, assetNodeService: AssetNodeService, context: GridConfigContext, contextProvider: GridConfigContextProvider)
|
||||||||||||||||||
Parameters :
|
getConfig$ | ||||||
getConfig$(context?: SubAssetsGridConfigContext)
|
||||||
Parameters :
Returns :
Observable<GridConfig>
|
saveConfig$ | |||||||||
saveConfig$(config: GridConfig, context?: SubAssetsGridConfigContext)
|
|||||||||
Parameters :
Returns :
Observable<GridConfig>
|
getContext |
getContext()
|
Returns :
GridConfigContext
|
isContextKnown |
isContextKnown()
|
Returns :
boolean
|
Protected retrieveContext | ||||||
retrieveContext(context?: T)
|
||||||
Type parameters :
|
||||||
Parameters :
Returns :
T
|