Description

Before using anything in this namespace, make sure to import LensStudio:Network and add network in your plugin's module.json.

Example

// module.json
{
"main": "main.js",
"permissions": ["network"]
}
// main.js
import * as network from 'LensStudio:Network';

Index

Namespaces

Classes

Interfaces

Functions

Generated using TypeDoc