> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: wix-widget ## Article: Introduction ## Article Link: https://dev.wix.com/docs/velo/velo-only-apis/wix-widget/introduction.md ## Article Content: # Introduction
__Important:__ - This module is available only in Wix Blocks. [Wix Blocks](https://support.wix.com/en/article/wix-blocks-check-out-our-articles) is an editor for building Wix apps. - This module doesn't work in preview mode.The `wix-widget` API is used within the code of panels built with the [Blocks Panel Builder](https://support.wix.com/en/article/creating-custom-panels-for-your-widgets-action-bar-buttons). It enables your panel to interact with your Blocks widgets by controlling their properties, design presets, and more. To use this API, import `wixWidget` from the `wix-widget` module: ```javascript import wixWidget from 'wix-widget'; ```