MonetizationOS Docs
Workflows ReferenceType Definitions

SurfaceWorkflow

type SurfaceWorkflow = (args) => 
  | Promise<SurfaceBehavior>
  | SurfaceBehavior;

A workflow that returns a behavior to apply to a surface.

Parameters

ParameterType
argsSurfaceWorkflowArgs

Returns

| Promise<SurfaceBehavior> | SurfaceBehavior

On this page