Class ForceShowPopoverCommandResponse
Response for When enabling, this API force-opens the popover identified by nodeId and keeps it open until disabled.
public sealed class ForceShowPopoverCommandResponse : ICommandResponse<ForceShowPopoverCommandSettings>, ICommandResponse
- Inheritance
-
ForceShowPopoverCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
NodeIds
List of popovers that were closed in order to respect popover stacking order.
[JsonPropertyName("nodeIds")]
public long[] NodeIds { get; set; }
Property Value
- long[]