API / geotoolkit / welllog / widgets / tools / annotations / AnnotationEditor / AnnotationEditor
annotations.AnnotationEditor.AnnotationEditor
Type Aliases
Ƭ NodeResolverByUuidCallback: (uid: string) => AbstractNode
▸ (uid): AbstractNode
| Name | Type |
|---|---|
uid | string |
Ƭ NodeResolverCallback: (srcNode: AbstractNode, x: number | Point, y?: number) => { anchor: Point ; node: AbstractNode }
▸ (srcNode, x, y?): Object
| Name | Type |
|---|---|
srcNode | AbstractNode |
x | number | Point |
Optional y | number |
Object
| Name | Type |
|---|---|
anchor | Point |
node | AbstractNode |
Ƭ ResolveNodeUuidCallback: (node: AbstractNode) => string
▸ (node): string
| Name | Type |
|---|---|
node | AbstractNode |
string