const attributes = props.attributes; const setAttributes = props.setAttributes; //Function to update id attribute function changeId(id){ setAttributes({id}); } //Function to update heading level function changeHeading(heading){ setAttributes({heading}); }