api / variables / Runtime
Variable: Runtime
const Runtime: {
boot: (rawOptions) => Promise<RuntimeContainer>;
clearPersistence: (persistenceKey) => Promise<boolean>;
};
Type Declaration
boot
boot: (rawOptions) => Promise<RuntimeContainer>;
Parameters
| Parameter | Type |
|---|---|
rawOptions | BootOptions |
Returns
Promise<RuntimeContainer>
clearPersistence
clearPersistence: (persistenceKey) => Promise<boolean>;
Parameters
| Parameter | Type |
|---|---|
persistenceKey | string |
Returns
Promise<boolean>