Class PointerSourceActions
public sealed record PointerSourceActions : SourceActions<IPointerSourceAction>, IEquatable<SourceActions>, IEquatable<SourceActions<IPointerSourceAction>>, IEquatable<PointerSourceActions>
- Inheritance
-
PointerSourceActions
- Implements
- Inherited Members
Constructors
PointerSourceActions(string, IEnumerable<IPointerSourceAction>)
public PointerSourceActions(string Id, IEnumerable<IPointerSourceAction> Actions)
Parameters
IdstringActionsIEnumerable<IPointerSourceAction>
Properties
Parameters
public PointerParameters? Parameters { get; init; }