Zum Inhalt springen
Deutsch

ProducerControllerOptions

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

ProducerControllerOptions<T> = ProducerControllerOptionsBuilder<T> | Partial<ProducerControllerOptionsType<T>>

Defined in: src/delivery/ProducerControllerOptions.ts:76

Accepted input for a ProducerController: the fluent ProducerControllerOptionsBuilder OR a plain ProducerControllerOptionsType object.

T