Palette: {
    mounted: (() => void);
    props: string[];
} = ...

Provides a mixin you can use to create a component that controls a set of droppable nodes for a Surface. See documentation for usage details.

Type declaration

  • mounted: (() => void)
      • (): void
      • Returns void

  • props: string[]

Param: surfaceId

ID of the Surface to configure the palette to drop to.

Version :