interface LiftAndAbsolutePosition {
    goToLiftValue(request: WindowCovering.GoToLiftValueRequest): MaybePromise;
}

Methods