Hello All,
We have activated the wave 1 early access.I am trying to use the navigateto api to open the existing record in model dialog but seems it is not working PCF control.
this._context.navigation.navigateTo({pageType:"entityrecord", entityName:"cdc_scoringtool", formType:2, entityId:"d348dd8c-c940-ea11-a812-000d3ab9b226"}, {target: 2, position: 1, width: {value: 80, unit:"%"}});

But the same is working in CRM webresource
Xrm.Navigation.navigateTo({pageType:"entityrecord", entityName:"cdc_scoringtool", formType:2, entityId:"d348dd8c-c940-ea11-a812-000d3ab9b226"}, {target: 2, position: 1, width: {value: 80, unit:"%"}});
Is it not available to use in PCF control?Can anyone please confirm this.