UNPKG

docking-egid

Version:

This library is built to provide a solution for Angular enables the creation of complex layouts consisting of panels that can be floated, docked, nested, resized, pinned, unpinned and closed. Additional components can be integrated to create an IDE-like l

17 lines (16 loc) 417 B
import { IgcDockingIndicatorPosition } from '../dockmanager.public-interfaces'; /** * @hidden */ export declare class IgcJoystickIconComponent { isDocHost: boolean; position: IgcDockingIndicatorPosition; direction: string; empty: boolean; private resolveIconDivClass; private resolveMargin; private resolveGridRow; private resolveGridColumn; private renderIcon; render(): any; }