Last updated

API / geotoolkit / schematics / widgets / DualSchematicsWidget / DualSchematicsWidget

Namespace: DualSchematicsWidget

widgets.DualSchematicsWidget.DualSchematicsWidget

Table of contents

Type Aliases

Contents

Type Aliases

Data

Ƭ Data: Object

data to set

Type declaration

NameTypeDescription
actual?Dataactual wellbore data to set
planned?Dataplanned wellbore data to set

Options

Ƭ Options: Options & OptionsBase & { data?: Data }

argument object


OptionsBase

Ƭ OptionsBase: Omit<Options, "data"> & { actual?: Omit<Options, "data"> ; planned?: Omit<Options, "data"> }

widget options
The top-most options may include settings common for both halves.
If an option defined in the top-most section is also defined in specific display mode, then the specific value overrides common one.


OptionsOut

Ƭ OptionsOut: OptionsOut & OptionsBase

argument object