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

    Interface InitializeVivRuntimeArgs

    Arguments associated with initialization of the Viv runtime.

    These are the effective arguments for initializeVivRuntime.

    interface InitializeVivRuntimeArgs {
        adapter: HostApplicationAdapter;
        contentBundle: unknown;
    }
    Index

    Properties

    The Viv adapter for the host application at hand.

    contentBundle: unknown

    A Viv compiled content bundle, as emitted by the Viv compiler. The type is treated as unknown until its shape can be confirmed, but a ContentBundle should be supplied.