projects/m2-core/src/lib/model/config/settings/UserSettings.ts
Properties |
|
Methods |
|
| Public applicationJournalRatio |
Type : number
|
Default value : .7
|
|
Applications |
| Public applicationsSlaConfig |
Type : ApplicationsSlaConfig
|
Default value : {
generalIndicatorType: 'SLA'
,filters: {}
,selectedUserGroupIds: []
,executorStatisticsType: 'Applications'
}
|
|
Applications SLA |
| Public applicationWindowParams |
Default value : new WindowParams(420, 550, 50, 10)
|
| Public bgWindowHeight |
Type : number
|
Default value : 100
|
| Public bgWindowWidth |
Type : number
|
Default value : 410
|
| Public declarationSelectorRatio |
Type : number
|
Default value : .5
|
| Public dockApplication |
Default value : false
|
| Public dockedApplicationRatio |
Type : number
|
Default value : .5
|
| Public legendSplitterRatio |
Type : number
|
Default value : .4
|
| Public mergePropertiesConstraintsFormRatio |
Type : number
|
Default value : .3
|
| Public mergePropertiesFormRatio |
Type : number
|
Default value : .75
|
| Public metadataSelectorRatio |
Type : number
|
Default value : .5
|
| Public metaLinkDialogRatio |
Type : number
|
Default value : .5
|
| Public modalCodeEditorWindowParams |
Default value : new WindowParams(575, 600, 10, 10)
|
|
Formula |
| Public modalStringParserWindowParams |
Default value : new WindowParams(420, 500, 50, 10)
|
|
String parser |
| Public navPanelRatio |
Type : number
|
Default value : .8
|
| Public negotiationPredicateFormRatio |
Type : number
|
Default value : .4
|
| Public scriptSplitterRatio |
Type : number
|
Default value : .7
|
| Public showFilteredItemsDatatable |
Default value : false
|
|
Replication |
| Public showStandardizedItemsOnly |
Default value : true
|
|
Tables |
| Public userGroups |
Type : UserGroup[]
|
Default value : []
|
| Public getEditorLayoutConfig | ||||||
getEditorLayoutConfig(editorId: string)
|
||||||
|
Parameters :
Returns :
LayoutConfig
|
| Public getVisibleColumns | ||||||
getVisibleColumns(tableType: TableType | string)
|
||||||
|
Parameters :
Returns :
string[]
|
| Public setEditorLayoutConfig | |||||||||
setEditorLayoutConfig(editorId: string, config: LayoutConfig)
|
|||||||||
|
Parameters :
Returns :
void
|
| Public setVisibleColumns | |||||||||
setVisibleColumns(tableType: TableType | string, columnIds: string[])
|
|||||||||
|
Parameters :
Returns :
void
|
| Public getPluginSettings | ||||||
getPluginSettings(pluginName: string)
|
||||||
Type parameters :
|
||||||
|
Parameters :
Returns :
T | undefined
|
| Public setPluginSettings | |||||||||
setPluginSettings(pluginName: string, settings: T)
|
|||||||||
Type parameters :
|
|||||||||
|
Parameters :
Returns :
void
|
| Public setPluginSettingsParamValue | ||||||||||||
setPluginSettingsParamValue(pluginName: string, paramName: string, value: ParamValue | ParamValue[])
|
||||||||||||
|
Parameters :
Returns :
void
|