OpenAPIServiceInitializationContext | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface OpenAPIServiceInitializationContext

    Describes the currently loading OpenAPI documentation

    interface OpenAPIServiceInitializationContext {
        name: string;
        signal: AbortSignal;
        spec: WebHareOpenAPIDocument;
    }
    Index

    Properties

    Properties

    name: string

    Full service name (module:openapi)

    signal: AbortSignal

    Signal that will be aborted when the service is invalidated

    Parsed YAML specification (includes any merges but before the bundling step)