Workflows ReferenceType Definitions
SurfaceWorkflow
type SurfaceWorkflow = (args) =>
| Promise<SurfaceBehavior>
| SurfaceBehavior;A workflow that returns a behavior to apply to a surface.
Parameters
| Parameter | Type |
|---|---|
args | SurfaceWorkflowArgs |
Returns
| Promise<SurfaceBehavior>
| SurfaceBehavior