Interface PreviewLoadedData

Represents the response when a 3D preview control is loaded.

Hierarchy

  • PreviewLoadedData

Index

Properties

control

control: any

The data describing the form control.

controlContainer

controlContainer: HTMLElement

The element containing the form control.

controlName

controlName: string

The name of the form control.

controlNameWithSpecId

controlNameWithSpecId: string

The name of the form control suffixed with the unique specification identifier.

previewSuccess

previewSuccess: boolean

Whether the form control loaded successfully.