Last updated

API / geotoolkit / controls / editing / AbstractHandle / AbstractHandle

Namespace: AbstractHandle

editing.AbstractHandle.AbstractHandle

Table of contents

Type Aliases

Contents

Type Aliases

OperationInfo

Ƭ OperationInfo: Object

Type declaration

NameType
height?number
index?number
width?number
x?number
y?number

Options

Ƭ Options: Options & { active?: boolean ; activefillstyle?: Type ; activelinestyle?: Type ; inactivefillstyle?: Type ; inactivelinestyle?: Type ; operationinfo?: OperationInfo ; shapeadapter?: ShapeAdapter }

properties


OptionsOut

Ƭ OptionsOut: OptionsOut & { active?: boolean ; activefillstyle?: FillStyle ; activelinestyle?: LineStyle ; inactivefillstyle?: FillStyle ; inactivelinestyle?: LineStyle ; operationinfo?: OperationInfo ; shapeadapter?: ShapeAdapter }