sdk-window
Version:
Resizable and movable (Angular) modal window.
8 lines (7 loc) • 380 B
TypeScript
export declare class SDKWindows {
static adjustIndex(parent?: string, windowID?: string, highlight?: boolean): void;
static toggleVisibility(windowID: string, oo: string, highlight?: boolean): void;
static highlight(windowID: string, oo: string, highlight: boolean): void;
static isActive(windowID: string): boolean;
static isTop(windowID: string): boolean;
}