Skip to main content

sdk.orientationconditional

Home > @kittl/sdk > OrientationConditional

OrientationConditional type

Conditional type for guide orientation and position.

Signature:

export type OrientationConditional = {
orientation: Orientation.HORIZONTAL;
top: number;
} | {
orientation: Orientation.VERTICAL;
left: number;
};