AnchorOptions
Signature
type AnchorOptions = {
inset?: boolean;
offset?: AnchorOffsetValue;
offsetX?: AnchorOffsetValue;
offsetY?: AnchorOffsetValue;
placement?: ExtendedAnchorPlacement;
relativeTo?: string;
};
type AnchorOptions = {
inset?: boolean;
offset?: AnchorOffsetValue;
offsetX?: AnchorOffsetValue;
offsetY?: AnchorOffsetValue;
placement?: ExtendedAnchorPlacement;
relativeTo?: string;
};