API Reference GuideInterfacesIShellFrameGetViewsByIdOn this pageGetViewsByIdDescriptionGets known views details as key pair value of <ViewID,View Details.>Syntax// shellFrame points to instance of IShellFrameconst result = await shellFrame.GetViewsById();Return typeTypeDescriptionPromise < any >The known views by id.