Interface IFeedbackPattern
A sequence of feedback steps that together form a pattern (e.g. a double-tap or a ramp).
Namespace: Serenity.Feedback.Domain.Interfaces
Assembly: Serenity.Feedback.Domain.dll
Syntax
public interface IFeedbackPattern
Properties
Steps
Declaration
IReadOnlyList<FeedbackPatternStep> Steps { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<FeedbackPatternStep> | The ordered steps of the pattern. |