Function: installEditGate()
function installEditGate(options: EditGateOptions): EditGateResult;
Defined in: gate.ts:173
Install the gate: resolve the session and, when it opens, invoke load
exactly once. Never throws into the host app - a broken overlay must not
take the runtime down.
Parameters
| Parameter | Type |
|---|---|
options | EditGateOptions |