Type Alias CellControlsActve

CellControlsActve: {
    bottom?: boolean;
    bottomLeft?: boolean;
    bottomRight?: boolean;
    left?: boolean;
    linkCreateEast?: boolean;
    linkCreateSouth?: boolean;
    linkCreateWest?: boolean;
    right?: boolean;
    rotate?: boolean;
    top?: boolean;
    topLeft?: boolean;
    topRight?: boolean;
}