Documentation Typo?

Hi, just looking at the Javascript documentation for SharePoint controls and noticed the following:

fd.spRendered(function() {
fd.field(‘SPDataTable0’).ready().then(function(dt) {
//dt parameter is the same as fd.control(‘SPDataTable0’)
console.log(‘SPDataTable0 is initialized’);
});
});

Where the above refers to fd.field, I think this should be fd.control, seems to only work then, otherwise returns an undefined error. Posted it here just in case any other users are having an issue with this.

Whilst writing this can you confirm if there is a function that runs after files are deleted from the control (like ‘filesUploaded’ but for deletion?

Kind regards
Andy

Dear @abolam,
Yes, thank you, it is a typo - we’ll fix it immediately.

As for deletion, sadly, there is none yet, but it might appear in the future. The ones that are available - they are described in the documentation.