leaflet-styleeditor-minified
Version:
Edit the style of features drawn within Leaflet.
16 lines (15 loc) • 447 B
TypeScript
import { FormElement } from './FormElement';
/**
* FormElement used to style the color
*/
export declare class ColorElement extends FormElement {
private colorPickerDiv;
title: string;
createContent(): void;
/** create of get already created colorRamp */
private getColorRamp;
/** define what to do when color is changed */
private setSelectCallback;
/** set style for chosen color */
private selectColor;
}