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

    Interface ViewRuntime

    What a view needs from its engine: the vocabulary it validates against and the two observation streams. An engine satisfies it structurally.

    interface ViewRuntime {
        limits: MilanoLimits;
        observer: MilanoObserver | null;
        userInteractionObserver: MilanoUserInteractionObserver | null;
        vocabulary: MilanoVocabulary;
    }
    Index
    limits: MilanoLimits
    observer: MilanoObserver | null
    userInteractionObserver: MilanoUserInteractionObserver | null
    vocabulary: MilanoVocabulary