Last updated

API / geotoolkit / widgets / buttonwidget / Button

Namespace: Button

widgets.buttonwidget.Button

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Options & { disabled?: boolean ; height?: number ; onclick: (this: Button, button: Button) => void ; state?: State ; styles?: Partial<Record<"normal" | "disabled" | "pressed" | "hover", { fillstyle: FillStyle ; linestyle: LineStyle ; textstyle: TextStyle }>> ; text?: string ; textanchor?: AnchorType ; toggle?: boolean ; width?: number }