OptionalContentConfig: { creator: null | string; getGroup: any; getGroups: any; getOrder: any; isVisible: any; name: null | string; setVisibility: any; viewScale: number }

Optional content config.

Type declaration

  • creator: null | string
  • getGroup:function
  • getGroups:function
  • getOrder:function
    • Get groups order.

      Returns { name: string | null; order: string[] }[]

  • isVisible:function
  • name: null | string
  • setVisibility:function
    • Set group visibility.

      Parameters

      • id: string
      • visible: boolean

      Returns any

  • viewScale: number