Table of Contents

Class PresentationAvailability

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
NOTE
Experimental
A PresentationAvailability object is associated with available presentation displays and represents the presentation display availability for a presentation request. If the controlling user agent can monitor the list of available presentation displays in the background (without a pending request to start()), the PresentationAvailability object MUST be implemented in a controlling browsing context.
[Value("PresentationAvailability")]
public class PresentationAvailability : EventTarget
Inheritance
PresentationAvailability
Inherited Members

Remarks

The value attribute MUST return the last value it was set to. The value is updated by the monitor the list of available presentation displays algorithm.

The onchange attribute is an event handler whose corresponding event handler event type is change.

See also on MDN

Constructors

PresentationAvailability()

public PresentationAvailability()

Properties

Onchange

[Value("onchange")]
public EventHandlerNonNull Onchange { get; set; }

Property Value

EventHandlerNonNull

Value

NOTE
Experimental
The value attribute MUST return the last value from which it was set. The value is updated by the monitor the list of available presentation displays algorithm.
[Value("value")]
public bool Value { get; }

Property Value

bool

Remarks

The onchange attribute is an event handler whose corresponding event handler event type is change.

See also on MDN