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

    Interface QuickStartOptions<R>

    interface QuickStartOptions<R> {
        context?: Readonly<Record<string, MilanoValue>>;
        document: string | Uint8Array<ArrayBufferLike>;
        observer?: MilanoObserver | null;
        onAction?: MilanoActionHandler | null;
        renderers: Readonly<Record<string, R>>;
        state?: Readonly<Record<string, MilanoValue>>;
        userInteractionObserver?: MilanoUserInteractionObserver | null;
        vocabulary: string;
    }

    Type Parameters

    • R
    Index
    context?: Readonly<Record<string, MilanoValue>>
    document: string | Uint8Array<ArrayBufferLike>

    The document, as text or raw bytes.

    observer?: MilanoObserver | null
    onAction?: MilanoActionHandler | null
    renderers: Readonly<Record<string, R>>
    state?: Readonly<Record<string, MilanoValue>>

    Overrides for declared state; anything omitted is synthesized.

    userInteractionObserver?: MilanoUserInteractionObserver | null
    vocabulary: string

    The vocabulary artifact, as JSON text.