TLShapeUtilCanBeLaidOutOpts

See source code
Table 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'
  | 'resize_to_bounds'
  | 'stack'
  | 'stretch'

Prev
TLShapeIndicatorsProps
Next
TLShapeUtilCanBindOpts