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

      • IApiOverlayViewConfig interface
      • Properties

      IApiOverlayViewConfig

      On this page

      • IApiOverlayViewConfig interface
      • Properties

      @vulp/js-api > IApiOverlayViewConfig

      IApiOverlayViewConfig interface #

      Interface for overlay configuration.

      Signature:

      export interface IApiOverlayViewConfig 
      

      Properties #

      Property

      Modifiers

      Type

      Description

      buttonVisible

      boolean

      Boolean indicating whether the overlay button is visible.

      overlayVisible

      boolean

      Boolean indicating whether the overlay is visible.

      ← IApiModelCustomizeOptionConfig
      IApiViewConfig →
      • Powered by Hugo and Doks