Type Alias ControlEventOptions

ControlEventOptions: Pick<
    ControlOptions,
    "emitEvent"
    | "onlySelf"
    | "coerce"
    | "strict",
>