Viv JavaScript Runtime - v0.10.2
    Preparing search index...

    Interface HostApplicationAdapterConstructWatchlists

    An object identifying constructs to watch.

    As part of adapter validation, the runtime will confirm that all the constructs included in the watchlists here are in fact defined in the registered content bundle.

    interface HostApplicationAdapterConstructWatchlists {
        actions?: string[];
        actionSelectors?: string[];
        plans?: string[];
        planSelectors?: string[];
        queries?: string[];
        siftingPatterns?: string[];
        tropes?: string[];
    }
    Index

    Properties

    actions?: string[]

    If specified, an array containing the names of the actions to watch.

    actionSelectors?: string[]

    If specified, an array containing the names of the action selectors to watch.

    plans?: string[]

    If specified, an array containing the names of the plans to watch.

    planSelectors?: string[]

    If specified, an array containing the names of the plan selectors to watch.

    queries?: string[]

    If specified, an array containing the names of the queries to watch.

    siftingPatterns?: string[]

    If specified, an array containing the names of the sifting patterns to watch.

    tropes?: string[]

    If specified, an array containing the names of the tropes to watch.