sdk.relativetoobject
Home > @kittl/sdk > RelativeToObject
RelativeToObject type
Position element relative to another element or artboard.
Signature:
export type RelativeToObject = {
to: Exclude<string, 'viewport'>;
location: ElementLocation;
offset?: LeftTopPosition;
};
References: ElementLocation