Skip to content

@eodash/eodash / Configuration / TEodashTimeSlider

Interface: TEodashTimeSlider

Properties

name

ts
name: "EodashTimeSlider";

properties?

ts
optional properties?: Partial<{
  animate: boolean;
  filters: object[];
}> & Omit<object & VNodeProps & AllowedComponentProps & ComponentCustomProps, "filters" | "animate">;