Eulergraph
    Preparing search index...

    Type Alias CellControlsStandard

    type CellControlsStandard = {
        bottom: ControlCell;
        bottomLeft: ControlCell;
        bottomRight: ControlCell;
        centerOfRotation: ControlCell;
        left: ControlCell;
        right: ControlCell;
        rotate: ControlCell;
        top: ControlCell;
        topLeft: ControlCell;
        topRight: ControlCell;
    }
    Index

    Properties

    bottom: ControlCell
    bottomLeft: ControlCell
    bottomRight: ControlCell
    centerOfRotation: ControlCell
    rotate: ControlCell
    topLeft: ControlCell
    topRight: ControlCell