Vulp

Vulp

Main


    Socials

      Setup

      • Introduction
      • Quick Start
      • Attributes

      Parameters

      • Model style
      • Model customization
      • Viewer style
      • Camera
      • Buttons and overlays
      • Animation

      API

        Introduction

        • Getting Started
        • Demo application
        • API FAQ

        Package

        • @vulp/js-api

        Classes

        • VulpApi
        • VulpApiModel

        Interfaces

        • IApiHotspotViewConfig
        • IApiLinks
        • IApiModelColorConfig
        • IApiModelColorGroupConfig
        • IApiModelConfig
        • IApiModelCustomColorConfig
        • IApiModelCustomizeGroupConfig
        • IApiModelCustomizeOptionConfig
        • IApiOverlayViewConfig
        • IApiViewConfig

        Enums

        • ApiErrorCodes

        Type aliases

        • ApiARActivatedMessageHandler
        • ApiARActivatedMessagePayload
        • ApiModelUpdatedMessageHandler
        • ApiModelUpdatedMessagePayload
        • ApiReadyMessageHandler
        • ApiReadyMessagePayload
        • ApiViewUpdatedMessageHandler
        • ApiViewUpdatedMessagePayload

      Help

      • FAQ

      Setup

      • Introduction
      • Quick Start
      • Attributes

      Parameters

      • Model style
      • Model customization
      • Viewer style
      • Camera
      • Buttons and overlays
      • Animation

      API

        Introduction

        • Getting Started
        • Demo application
        • API FAQ

        Package

        • @vulp/js-api

        Classes

        • VulpApi
        • VulpApiModel

        Interfaces

        • IApiHotspotViewConfig
        • IApiLinks
        • IApiModelColorConfig
        • IApiModelColorGroupConfig
        • IApiModelConfig
        • IApiModelCustomColorConfig
        • IApiModelCustomizeGroupConfig
        • IApiModelCustomizeOptionConfig
        • IApiOverlayViewConfig
        • IApiViewConfig

        Enums

        • ApiErrorCodes

        Type aliases

        • ApiARActivatedMessageHandler
        • ApiARActivatedMessagePayload
        • ApiModelUpdatedMessageHandler
        • ApiModelUpdatedMessagePayload
        • ApiReadyMessageHandler
        • ApiReadyMessagePayload
        • ApiViewUpdatedMessageHandler
        • ApiViewUpdatedMessagePayload

      Help

      • FAQ

      On this page

      • ApiViewUpdatedMessagePayload type

      ApiViewUpdatedMessagePayload

      On this page

      • ApiViewUpdatedMessagePayload type

      @vulp/js-api > ApiViewUpdatedMessagePayload

      ApiViewUpdatedMessagePayload type #

      Payload for the view updated message.

      Signature:

      export type ApiViewUpdatedMessagePayload = {
          view: IApiViewConfig;
          links: IApiLinks;
      };
      

      References: IApiViewConfig, IApiLinks

      ← ApiViewUpdatedMessageHandler
      FAQ →
      • Powered by Hugo and Doks