Classes
Type Definitions
-
CustomOptions{Object}
-
Properties:
Name Type Description svgPathstring | undefined String with SVG path.
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/path. Programs as Adobe Illustrator can generate icons done with SVG.
Default:M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z.
If you need help, you can send us which icon you want to convert to SVG.clickFunctionfunction | undefined Function to execute on click the control.
namestring | undefined Control name. You can get this control throught
getControlByNamemethod fromcercalia.Mapclass.titlestring | undefined Tooltip. Default '' (empty).
twoStateboolean | undefined Two state button if
true. Defaultfalse. In callback function you can get its state usingisEnabled()function.