UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

6 lines (5 loc) 165 B
export default interface SET_GIZMO_MODE { DESCRIPTION: "Sets the gizmo's mode."; PAYLOAD: { mode: 'translate' | 'rotate' | 'scale' }; RETURN: boolean; }