EffectID typedef

EffectID = String

Unique string identifier for cancellable effects.

Used with Effect.cancellable and Effect.cancel to register and cancel in-flight effects by name.

Implementation

typedef EffectID = String;