Comment obtenir la marge d'élément dans la réaction

parseFloat(getComputedStyle(element).getPropertyValue('margin'));
CollectiveMind