Interface HonuaPluginManifestValidationExperimental

interface HonuaPluginManifestValidation {
    diagnostics: readonly HonuaPluginDiagnostic[];
    manifest?: HonuaPluginManifest<
        | "realtime"
        | "protocol"
        | "cache"
        | "style"
        | "auth"
        | "renderer"
        | "analysis"
        | "source-format"
        | "geocoder-routing">;
    ok: boolean;
    snapshot?: HonuaPluginJsonValue;
}

Properties

diagnostics: readonly HonuaPluginDiagnostic[]
manifest?: HonuaPluginManifest<
    | "realtime"
    | "protocol"
    | "cache"
    | "style"
    | "auth"
    | "renderer"
    | "analysis"
    | "source-format"
    | "geocoder-routing">
ok: boolean