@eodash/eodash / Configuration / TEodashLayerControl
Interface: TEodashLayerControl
Properties
name
ts
name: "EodashLayerControl";properties?
ts
optional properties?: Partial<{
cssVars: Record<string, string>;
layoutIcon: string;
map: "first" | "second";
title: string | false;
tools: string[];
}> & Omit<object & VNodeProps & AllowedComponentProps & ComponentCustomProps, "title" | "layoutIcon" | "cssVars" | "map" | "tools">;