UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

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