Skip to content

slot

function slot<T>(options): Slot<T>;

Defined in: core/src/nlp/utterance/utterance.slot.ts:92

A Slot backed by a function. Keep the returned instance and call markUpdated() on it whenever the underlying set changes.

Type Parameter
T
Parameter Type
options SlotOptions<T>

Slot<T>