Skip to content

@eodash/eodash / Configuration / TEodashLayerControl

Interface: TEodashLayerControl

Properties

name

ts
name: "EodashLayerControl";

properties?

ts
optional properties?: Partial<{
  map: "first" | "second";
  title: string | boolean;
  tools: string[];
}> & Omit<object & VNodeProps & AllowedComponentProps & ComponentCustomProps, "title" | "map" | "tools">;