<ejs-dashboardlayout id='editLayout' #editLayout [columns]='columns' (created)="onCreate()"
[cellSpacing]='cellSpacing' [cellAspectRatio]='aspectRatio' [allowResizing]='allowResizing'
[allowFloating]='allowFloating' [allowDragging]='true' [resizableHandles]='resizableHandles'
[mediaQuery]='mediaQuery'>
public columns: string = "5";Please, give me a hint as to the problem.
public cellSpacing: number[] = [30, 30];
public aspectRatio: any = 100 / 50;
public allowResizing: boolean = true;
public allowFloating: boolean = true;
public showItemOnClick: boolean = true;
public resizableHandles: string[] = ['se','e','w','n','s'];
public mediaQuery: string = 'max-width: 900px';
public dashboardProfiles: { [key: string]: Object }[] = [];
public dashboardMergeProfiles: { [key: string]: Object }[] = [];
public profileTarget: HTMLElement;
public isRepairer: boolean = false;
public isUser: boolean = false;
public resizableHandles: string[] = ['e-south-east', 'e-east', 'e-west', 'e-north', 'e-south']; |