Options to configure the modifier.

interface DataModifierOptions {
    type: keyof DataModifierTypes;
}

Hierarchy (view full)

Properties

Properties

type: keyof DataModifierTypes

Type of the related modifier for these options.