Type alias OptionalContentConfig
OptionalContentConfig: { creator: null | string; getGroup: any; getGroups: any; getOrder: any; isVisible: any; name: null | string; setVisibility: any; viewScale: number }
Type declaration
-
creator: null | string
-
getGroup:function
-
getGroups:function
-
getOrder:function
- getOrder(): { name: string | null; order: string[] }[]
-
Returns { name: string | null; order: string[] }[]
-
isVisible:function
-
name: null | string
-
setVisibility:function
- setVisibility(id: string, visible: boolean): any
-
Parameters
-
id: string
-
visible: boolean
Returns any
-
viewScale: number
Optional content config.