Interface PopupParams

The ZUL widgets and utilities

interface PopupParams {
    delay?: number;
    id?: string;
    position?: string;
    ref?: Ref;
    type?: string;
    x?: number;
    y?: number;
}

Properties

delay?: number
id?: string
position?: string
ref?: Ref
type?: string
x?: number
y?: number