Welcome to the Micrio 4.0 API documentation pages!
This is the home of the auto-generated Micrio client JS API documentation.
If you are looking for HOWTOs, tutorials, or general Micrio help, please check out our searchable Knowledge Base at:
If you want to dive into the Micrio possibilities for use in your own project, you are in the right place here!
Start your journey by checking out the Micrio
section.
Or check out an example GitHub repository containing some Micrio implentation code excamples:
https://github.com/Q42/Micrio.CustomProject/
Below you can find the most recent changelogs.
Good luck!
Legend:
✅ | A feature has been added |
❌ | A feature has been deprecated/removed |
🧰 | An update/upgrade under the hood |
📢 | Breaking change, upgrading an older version could break on this |
A total rewrite from the ground up has been done.
Nothing has been changed in the data model, but if you are using custom implementations and want to upgrade, check out the Micrio 4.0 documentation.
For upgrading existing 3.x implementations, see this Micrio knowledge base guide.
<micr-io>
tag gallery supportMicrio.Modules
Micrio.Modules
JS API has been deprecated. Please see the migration article above.new Micrio()
constructor has been deprecated: <micr-io>
is now the only way to initialize MicrioMicrio.Camera.setCoo
now requires 3 arguments (x:number,y:number,z:number)
instead of int[3]
<micr-io>
now is the main Micrio controller instance instead of <micr-io>.micrio
, and has direct Micrio members, such as .camera
class-
prefix is added in the output HTML--default-marker-*
to --micrio-marker-*
markerTours-*
, markerScrollTours-*
and tours-*
now named tour-*
Mainly a stability and performance upgrade.
Fully documented the client using JSDoc -- See the documentation here!
ShadowRoot
The dark, pre-changelog days..
Generated using TypeDoc