Use this property to retrieve the current SDK version of the Mini Program basic library.Documentation Index
Fetch the complete documentation index at: https://docs.rebellapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Return Value
| Type | Description |
|---|---|
| String | The version number of the basic library |
Code Example
Notes
- This is a synchronous property access, not a function call
- The version format follows semantic versioning (e.g., “1.2.3”)
- Use my.canIUse instead for feature detection
Related APIs
my.canIUse
Check if a feature is supported
my.getRunScene
Get the running environment