mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#1276 dynamic diagram size
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
*/
|
||||
|
||||
export class DiagramModel {
|
||||
diagramBeginX: string;
|
||||
diagramBeginY: string;
|
||||
diagramHeight: string;
|
||||
diagramWidth: string;
|
||||
diagramBeginX: number;
|
||||
diagramBeginY: number;
|
||||
diagramHeight: number;
|
||||
diagramWidth: number;
|
||||
elements: DiagramElementModel[] = [];
|
||||
flows: DiagramFlowElementModel[] = [];
|
||||
pools: DiagramPoolElementModel[] = [];
|
||||
|
Reference in New Issue
Block a user