WhenOptions: Omit<WatchOptions, "initial"> & {
    invert?: boolean;
}

Type declaration

  • Optionalinvert?: boolean

    If true, the when callback will be invoked if the value is falsy. If false, the when callback will be invoked if the value is truthy.

    false