Hierarchy

  • IMapButtonProps

Properties

active?: boolean

Is button currently active?

attachedBottom?: boolean

Is another button attached to the bottom of this one?

attachedTop?: boolean

Is another button attached to the top of this one?

disabled?: boolean

Is button currently disabled?

hint?: ReactNode

Optional Hint to show on hover.

size?: number

Button size in pixels.

Default Value

34

skin?: ISkin

Optional skin to apply.

x: number

Horizontal button position. A negative value is an offset from the right.

y: number

Vertical button position. A negative value is an offset from the bottom.

Generated using TypeDoc