Last updated

API / geotoolkit / scene / AbstractNode / AbstractNode

Namespace: AbstractNode

scene.AbstractNode.AbstractNode

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { LocalTransformationChanged: void }


Options

Ƭ Options: Options & { clipstyle?: ClipStyle | Options | GraphicsPath ; csscursor?: null | string ; cssstyle?: string | Options | CssStyle ; localtransform?: Transformation ; margins?: Type ; opacity?: null | number ; opacityblendmode?: BlendMode ; renderingfilter?: IFilter ; responsivestyle?: ResponsiveStyle | Options ; scalescrollstrategy?: Delegate ; transform?: string | Transformation }

options


OptionsOut

Ƭ OptionsOut: OptionsOut & { clipstyle?: ClipStyle | null ; csscursor?: null | string ; cssstyle?: CssStyle ; localtransform?: Transformation ; margins?: SpaceStyle ; opacity?: number ; opacityblendmode?: BlendMode ; renderingfilter?: IFilter ; responsivestyle?: ResponsiveStyle | null ; scalescrollstrategy?: Delegate ; transform?: string | Transformation }

properties