InputPath | Matterport SDK
Usage of the SDK constitutes your agreement with the Matterport SDK Agreement. Email developers@matterport.com with any questions.

A path to a component's input property

Type parameters

  • T

Hierarchy

Index

Properties

Methods

Properties

Readonly id

id: string

The id of this path. Set to a random string, or the id provided when creating the path

Readonly object

The object this path is associated with

Methods

bind

  • Bind this path to an OutputPath. As the value of the bound output path changes, the value returned by get will also change

    Parameters

    Returns void

get

  • get(): T
  • Get the value of the property associated with this path

    Returns T

set

  • set(newVal: T): void
  • Set the value of the property associated with this path

    Parameters

    • newVal: T

    Returns void