@vue-dnd-kit/core 2.4.0 → 2.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -178,6 +178,7 @@ export interface IDragActivation {
|
|
|
178
178
|
export type TCondition = 'any' | 'both';
|
|
179
179
|
|
|
180
180
|
export interface IDraggableEntity extends IBaseEntity {
|
|
181
|
+
id?: string | number | symbol;
|
|
181
182
|
render?: Component;
|
|
182
183
|
events?: IDraggableEvents;
|
|
183
184
|
payload?: TDraggablePayload;
|
package/package.json
CHANGED