Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWorkerConfig

Hierarchy

  • IWorkerConfig

Index

Properties

Properties

access

access: IWorkerAccess[]

deny or allow tasks for current runtime

for example:

  • you can deny all workers with {task:*, access:'deny'}

  • and then allow only one worker {task:'MyWorkerClassName', access:'allow'}

Optional config

config: {}

Type declaration

  • [name: string]: any

Generated using TypeDoc