turbodombuilder - v0.9.48
    Preparing search index...

    Type Alias SubstrateMutatorProperties<Type>

    SubstrateMutatorProperties: SubstrateCallbackProperties & {
        mutation?: string;
        value?: Type;
    }

    Type Parameters

    • Type = any

      The type of the value to mutate.

    Type representing objects passed as context to mutate a value in a substrate. Given as first parameter to mutators when executing them via mutate.