API / geotoolkit / widgets / buttonwidget / Button
widgets.buttonwidget.Button
Type Aliases
Type Aliases
Ƭ 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 }