@get-milano/core 2.1.0
    Preparing search index...

    Interface MilanoEngineOptions<R, P>

    interface MilanoEngineOptions<R, P = R> {
        defaultUnknownTypePolicy?: MilanoUnknownTypePolicy;
        functionHandler?: MilanoFunctionHandler | null;
        limits?: MilanoLimits;
        observer?: MilanoObserver | null;
        registry: MilanoRegistry<R, P>;
        userInteractionObserver?: MilanoUserInteractionObserver | null;
        vocabularyJson: string;
    }

    Type Parameters

    • R
    • P = R
    Index
    defaultUnknownTypePolicy?: MilanoUnknownTypePolicy

    Defaults to the contract default, fail.

    functionHandler?: MilanoFunctionHandler | null

    The resolver of host functions (contract 2.1), required when a document calls one the vocabulary or a builder declares.

    limits?: MilanoLimits
    observer?: MilanoObserver | null

    Engine observability: defects and diagnostics.

    registry: MilanoRegistry<R, P>
    userInteractionObserver?: MilanoUserInteractionObserver | null

    Product analytics: user interactions.

    vocabularyJson: string

    The vocabulary artifact, as JSON text.