Last updated

API / geotoolkit / welllog / widgets / tools / annotations / AnnotationEditor / AnnotationEditor

Namespace: AnnotationEditor

annotations.AnnotationEditor.AnnotationEditor

Table of contents

Type Aliases

Contents

Type Aliases

NodeResolverByUuidCallback

Ƭ NodeResolverByUuidCallback: (uid: string) => AbstractNode

Type declaration

▸ (uid): AbstractNode

Parameters
Name Type
uidstring
Returns

AbstractNode


NodeResolverCallback

Ƭ NodeResolverCallback: (srcNode: AbstractNode, x: number | Point, y?: number) => { anchor: Point ; node: AbstractNode }

Type declaration

▸ (srcNode, x, y?): Object

Parameters
Name Type
srcNodeAbstractNode
xnumber | Point
Optional ynumber
Returns

Object

NameType
anchorPoint
nodeAbstractNode

ResolveNodeUuidCallback

Ƭ ResolveNodeUuidCallback: (node: AbstractNode) => string

Type declaration

▸ (node): string

Parameters
Name Type
nodeAbstractNode
Returns

string