The fields that keyTransferredEffects requires on each effect.

interface TransferableEffect {
    disabled?: boolean;
    id: string;
}

Properties

Properties

disabled?: boolean

When true the effect is excluded from the result.

id: string

The effect's unique id, used as the map key.