Skip to content

meos.js


meos.js / TInterpolation

TInterpolation ​

Functions ​

fromString() ​

ts
function fromString(s): TInterpolation;

Defined in: core/types/temporal/Temporal.ts:82

Parses the interpolation string returned by MEOS (e.g. "Linear", "Step", "Discrete") into the corresponding enum member.

Parameters ​

s ​

string

Returns ​

TInterpolation