LiftAndAbsolutePositionComponent: {
    commands: {
        goToLiftValue: OptionalCommand<TypeFromFields<{
            liftValue: FieldType<number>;
        }>, void, any>;
    };
} = ...

A WindowCoveringCluster supports these elements if it supports features Lift and AbsolutePosition.

Type declaration