Platform Class
Information about the platform on which the app is running.
Methods
| Name | Description | |
|---|---|---|
| constructor(): Platform |
Properties
| Name | Type | Description | |
|---|---|---|---|
| platformName Accessor Static ReadOnly | "android" | "darwin" | "linux" | "win32" | "ios" | "uwp" | Get the name of the platform. |
Defined in
- core/backend/src/IModelHost.ts Line 687
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.