UNPKG

leaflet-styleeditor-minified

Version:

Edit the style of features drawn within Leaflet.

30 lines (29 loc) 887 B
import { StyleEditorClassOptions, StyleEditorControlOptions } from '.'; export interface StyleEditorOptions extends StyleEditorControlOptions, StyleEditorClassOptions { } export declare const DefaultStyleEditorOptions: { strings: { title: string; cancel: string; cancelTitle: string; tooltip: string; hide: string; }; position?: import("leaflet").ControlPosition; colorRamp: any; defaultColor: any; markerForm: import("../form").FormClass; markerType: import("../marker").MarkerClass; markers: any; defaultMarkerIcon: any; defaultMarkerColor: any; forms: any; geometryForm: import("../form").FormClass; openOnLeafletDraw: any; openOnLeafletEditable: any; styleEditorEventPrefix: any; events: []; showTooltip: Boolean; ignoreLayerTypes: string[]; useGrouping: Boolean; };