On this page

Type Alias VariableOffset

type VariableOffset = {
    anchor: TextAnchor;
    height: number;
    prevAnchor?: TextAnchor;
    textBoxScale: number;
    textOffset: [number, number];
    width: number;
}
Index

Properties

anchor: TextAnchor
height: number
prevAnchor?: TextAnchor
textBoxScale: number
textOffset: [number, number]
width: number
Was this helpful?
SDK JS
Reference
VariableOffset