context-dashboard/widget-config-hook/widget-config-hook.model.ts
        
| Properties | 
| expanded | 
| expanded:          | 
| Type : boolean | 
| Optional | 
| Defines if the section should be by default expanded or collapsed. | 
| initialState | 
| initialState:      | 
| Type : Partial<T> | 
| Optional | 
| The initial state. | 
| injector | 
| injector:      | 
| Type : Injector | 
| Optional | 
| The injector to be used. | 
| label | 
| label:          | 
| Type : string | 
| The label to show as headline of the section | 
| priority | 
| priority:          | 
| Type : number | 
| Optional | 
| The priority. Default settings from hookWidget will have priority 0. | 
| providers | 
| providers:      | 
| Type : Type<>[] |  | 
| Optional | 
| Additional providers to be used only in scope of the configuration. If same Providers are provided multiple times, only one is used. |