Eulergraph
    Preparing search index...

    Type Alias BaseCellOptions

    BaseCellOptions: GraphicElementOptions & {
        angle?: number;
        height?: number;
        id?: string;
        margins?: TextMargins;
        name?: string;
        position?: Point;
        style?: TestBboxStyle;
        txtHeight?: number;
        txtWidth?: number;
        userData?: UserData;
        width?: number;
        zIndex?: number;
    }