-
How do I know whether iModel is provisioned with a particular domain schema from frontend code? If schema is already loaded then I don't want to upload it again. The app has a UI control which would e…
-
# iModel.js Repo Transfer Announcement
On the 27th of October, the imodeljs repo will be transferred to the [iTwin Platform](https://github.com/iTwin) organization on Github and renamed to 'itwinjs…
-
**Describe the bug**
This line
https://github.com/imodeljs/imodeljs/blob/d0c88bd98674525ff1fe6533c463bccedcedc8e7/ui/framework/src/ui-framework/content/DefaultViewOverlay.scss#L15
produces this…
-
it's also important to notice that the last example (function) will have an automatic `displayName` in the React Dev Tools while the previous 2 won't have it
* * *
_⚠ Do not edit this section. It is …
isc30 updated
3 years ago
-
Greetings,
I'm getting a hook call error while creating a new Tooltip object.
MyTooltipProps class:
```
class MyTooltipProps implements TooltipProps {
children: React.ReactNode;
placemen…
-
Hello iTwin.js team,
Please can I ask You? … I have done Accredited iTwin developer course via YouTube channel. So now I would like to test some next modifications, but sample Smart House from Bentle…
-
When a HTMLElement containing a iframe element is passed to the `title` attribute, the iframe element does not display. I have tried to change the iframe element's properties like height, width, src, …
-
This tutorial did not work for me on Linux. Instead I followed the instructions on the npmjs website for @itwin/desktop-viewer-react. I would recommend adding the npm or yarn command for installation …
-
Hey,
I want to display data on the components of the imodel using tooltip hover. I have got the codes from this link below
https://github.com/imodeljs/imodeljs/blob/master/ui/ninezone/src/ui-ni…
-
Hi there,
I want to display the information of individual components on the model upon clicking them. Any idea on how to achieve this?
Note:- I have planned to implement this by recording the …