Question.prototype.getExclusiveOptions(options?: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; suppressError?: boolean; }): AsyncIterable<Object>
Identifies an exclusive option for a Question. Use of exclusiveOptions
implies that the Question can have only a single answer. To indicate that
a Question can have multiple answers, use inclusiveOptions
.
optional
options: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; suppressError?: boolean; }
AsyncIterable<Object>