Posted 3 December 2020, 6:59 am EST
Hi,
After initialize designer component we can get spreadsheet instance from
designerInitialized method. Our component looks like below:
<Designer
styleInfo={{ width: '100%', height: '100%' }}
designerInitialized={designerInitializedCallback}
/>
But after creating new blank file (Clickin on the ribbon ‘File’ tab and then ‘New blank’ that old spreadsheet instance is destroyed (there is no information about new sheets) but we can’t find an information how can we get new created instance. Is there any callback or event? We couldn’t find information about that in documentation.