@eodash/eodash / Configuration / TPopUp
Interface: TPopUp
Properties
name
ts
name: "PopUp";properties?
ts
optional properties?: Partial<{
height: string;
maxHeight: string;
maxWidth: string;
widget: Widget;
width: string;
}> & Omit<object & VNodeProps & AllowedComponentProps & ComponentCustomProps, "widget" | "maxWidth" | "maxHeight" | "width" | "height">;