Optionalbegin
begin?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optionaldur
dur?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optionalend
end?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optionalfill
fill?:
| typeof nothing
| "remove"
| "freeze"
| ((flag: void) => typeof nothing | "remove" | "freeze")
Optionalmax
max?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optionalmin
min?: string | typeof nothing | ((flag: void) => string | typeof nothing)
OptionalrepeatCount
repeatCount?:
| number
| typeof nothing
| "indefinite"
| ((flag: void) => number | typeof nothing | "indefinite")
OptionalrepeatDur
repeatDur?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optionalrestart
restart?:
| typeof nothing
| "always"
| "whenNotActive"
| "never"
| ((flag: void) => typeof nothing | "always" | "whenNotActive" | "never")