Table of Contents

Class FenceEvent

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class FenceEvent
Inheritance
FenceEvent
Inherited Members

Constructors

FenceEvent()

public FenceEvent()

Fields

CrossOriginExposed

[Value("crossOriginExposed")]
public bool CrossOriginExposed

Field Value

bool

Destination

[Value("destination")]
public List<FenceReportingDestination> Destination

Field Value

List<FenceReportingDestination>

DestinationURL

[Value("destinationURL")]
public string DestinationURL

Field Value

string

EventData

[Value("eventData")]
public string EventData

Field Value

string

EventType

[Value("eventType")]
public string EventType

Field Value

string

Once

[Value("once")]
public bool Once

Field Value

bool