Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InfoDisplayConfiguration

Definition of info panel contributors configuration You can set a config per breakpoint, a default for all breakpoints. If no default is set, everythong will be displayed for instance :

code

{ default : { contributorMaxPerson: 4, contributorOrder : ['presenters', 'actors',directors', 'actors', 'producers', 'choregraphs', 'stagedirectors' ], contributorMaxCategory : 6 } }, sm : { contributorMaxPerson: 2, contributorOrder : ['directors', 'actors'], contributorMaxCategory : 1 } }

endcode

Hierarchy

  • InfoDisplayConfiguration

Indexable

Definition of info panel contributors configuration You can set a config per breakpoint, a default for all breakpoints. If no default is set, everythong will be displayed for instance :

code

{ default : { contributorMaxPerson: 4, contributorOrder : ['presenters', 'actors',directors', 'actors', 'producers', 'choregraphs', 'stagedirectors' ], contributorMaxCategory : 6 } }, sm : { contributorMaxPerson: 2, contributorOrder : ['directors', 'actors'], contributorMaxCategory : 1 } }

endcode

Generated using TypeDoc