TLShapeUtilCanBeLaidOutOpts
See source codeTable of contents
Options passed to ShapeUtil.canBeLaidOut.
interface TLShapeUtilCanBeLaidOutOpts {}
Properties
shapes
optional
The other shapes being laid out
shapes?: TLShape[]
type
optional
The type of action causing the layout.
type?: 'align' | 'distribute' | 'flip' | 'pack' | 'stack' | 'stretch'
Prev
TLShapeIndicatorPropsNext
TLShapeUtilCanBindOpts