This attribute stores the form name.
Define the form name within the template in the Template field:
<Form tableName="{data.table_name}" sysId="{data.record_id}" name="custom"></Form>
And after that, you can call it in the widget client script:
const builtInForm = s_widgets.getForm('custom');
await builtInForm.save();