Interface: SelectAreaProps
Properties
children
• children: ReactNode
| ReactNode
[]
Defined in
packages/design-engine-react-components/src/components/selection/SelectArea.tsx:13
onInteract
• Optional
onInteract: (x
: number
, y
: number
) => void
Type declaration
▸ (x
, y
): void
Parameters
Name | Type |
---|---|
x | number |
y | number |
Returns
void
Defined in
packages/design-engine-react-components/src/components/selection/SelectArea.tsx:14