Interface SelectionProps

interface SelectionProps {
    activeCoords?: CellCoords;
    animatedStrokeProps?: AnimatedStrokeProps;
    isAnimatedStroke?: boolean;
    pathBounds?: Bounds;
    pathProps?: SVGProps<SVGPathElement>;
    range: CellRangeCoords;
}

Hierarchy (view full)

Properties

activeCoords?: CellCoords

An area may or may not contains the anchor.

animatedStrokeProps?: AnimatedStrokeProps
isAnimatedStroke?: boolean

Default Value

false unless props are set
pathBounds?: Bounds
pathProps?: SVGProps<SVGPathElement>