Table of Contents

Class SFrameTransformErrorEvent

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[Value("SFrameTransformErrorEvent")]
public class SFrameTransformErrorEvent : Event
Inheritance
SFrameTransformErrorEvent
Inherited Members

Constructors

SFrameTransformErrorEvent()

public SFrameTransformErrorEvent()

SFrameTransformErrorEvent(string, SFrameTransformErrorEventInit)

public SFrameTransformErrorEvent(string type, SFrameTransformErrorEventInit eventInitDict)

Parameters

type string
eventInitDict SFrameTransformErrorEventInit

Properties

ErrorType

[Value("errorType")]
public SFrameTransformErrorEventType ErrorType { get; }

Property Value

SFrameTransformErrorEventType

Frame

[Value("frame")]
public dynamic Frame { get; }

Property Value

dynamic

KeyID

[Value("keyID")]
public Union229? KeyID { get; }

Property Value

Union229?