ts-lambda-api - v2.5.2
    Preparing search index...

    Type Alias DocumentOptions

    type DocumentOptions = {
        _directives?: Directives;
        logLevel?: LogLevelId;
        version?: "1.1" | "1.2" | "next";
    }
    Index

    Properties

    _directives?: Directives

    Used internally by Composer. If set and includes an explicit version, that overrides the version option.

    logLevel?: LogLevelId

    Control the logging level during parsing

    Default: 'warn'

    version?: "1.1" | "1.2" | "next"

    The YAML version used by documents without a %YAML directive.

    Default: "1.2"