English
Appearance
The playground is an online environment for trying the Kivicube iframe plugin. You can choose an API example, enter the required parameters, edit the source code, and preview the result immediately. It is a convenient way to validate integration ideas, test parameters, and get familiar with advanced API usage.
After opening the page, you can follow this flow:
Scene or Collection at the top right.Run in the top right to start the preview and verify the result.Scene mode requires a Scene ID.Collection mode requires a Collection ID.Collection mode, Scene ID is optional. If you leave it empty, the sample enters a scene using its default behavior.If these placeholders are kept in the source code:
__PLAYGROUND_SCENE_ID____PLAYGROUND_COLLECTION_ID____PLAYGROUND_COLLECTION_SCENE_ID__they will automatically use the values entered in the top bar. You can also replace them with fixed IDs of your own if you want to repeatedly test the same scene or collection.
Run reloads the preview with the current code.Close closes the current preview.Live Preview is enabled, the preview refreshes automatically whenever you edit the code.Auto Save Drafts: Automatically saves your edited draft code in localStorage, so it is still there after a page refresh. If you clear browser storage, the draft is removed permanently.Reset: Restores the current example to the original official source code.console, open your browser developer tools and check the Console tab.Scene for scene-level capabilities and Collection for collection-level capabilities.