CloudOptions
import type { CloudOptions } from "https://raw.githubusercontent.com/SheepTester/htmlifier/v1.0.2/src/htmlifier.ts";
Options defining how cloud variables are stored.
interface CloudOptions {
projectId: string;
serverUrl: string | null;
specialBehaviours: boolean;
}§Properties
§
projectId: string
[src]The project ID used to identify the project to the cloud server. Default:
0
. Not needed if serverUrl
is null
.