Optionalby
by?:
| string
| number
| typeof nothing
| ((flag: void) => string | number | typeof nothing)
OptionalcalcMode
calcMode?:
| typeof nothing
| "discrete"
| "linear"
| "paced"
| "spline"
| (
(
flag: void,
) => typeof nothing | "discrete" | "linear" | "paced" | "spline"
)
Optionalfrom
from?:
| string
| number
| typeof nothing
| ((flag: void) => string | number | typeof nothing)
OptionalkeySplines
keySplines?: string | typeof nothing | ((flag: void) => string | typeof nothing)
OptionalkeyTimes
keyTimes?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optionalto
to?:
| string
| number
| typeof nothing
| ((flag: void) => string | number | typeof nothing)
Optionalvalues
values?: string | typeof nothing | ((flag: void) => string | typeof nothing)