Eulergraph
    Preparing search index...

    Type Alias CellControlsActve

    type CellControlsActve = {
        bottom?: boolean;
        bottomLeft?: boolean;
        bottomRight?: boolean;
        left?: boolean;
        right?: boolean;
        rotate?: boolean;
        top?: boolean;
        topLeft?: boolean;
        topRight?: boolean;
    }
    Index

    Properties

    bottom?: boolean
    bottomLeft?: boolean
    bottomRight?: boolean
    left?: boolean
    right?: boolean
    rotate?: boolean
    top?: boolean
    topLeft?: boolean
    topRight?: boolean