Palette: {
mounted: (() => void);
props: {
selector: StringConstructor;
surfaceId: StringConstructor;
};
} = ...
Type declaration
mounted: (() => void)
props: {
selector: StringConstructor;
surfaceId: StringConstructor;
}
selector: StringConstructor
surfaceId: StringConstructor
Provides a mixin you can use to create a component that controls a set of droppable nodes for a Surface. See documentation for details.