We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c104ee6 commit 7275290Copy full SHA for 7275290
src/interface.ts
@@ -35,7 +35,8 @@ export interface AlignType {
35
* offset target node by offset[0] in x and offset[1] in y.
36
* If targetOffset contains percentage string value, it is relative to targetNode region.
37
*/
38
- targetOffset?: number[];
+ // zombieJ: removed in major version. Just keep def comment here in case we need it back.
39
+ // targetOffset?: number[];
40
/**
41
* If adjustX field is true, will adjust source node in x direction if source node is invisible.
42
* If adjustY field is true, will adjust source node in y direction if source node is invisible.
0 commit comments