Function: toOps()
ts
function toOps(plan: MediaPlan): MediaOp[];Defined in: src/batteries/media/plan.ts:265
Render a MediaPlan to its JSON ops array. Total — every plan has an ops form.
Parameters
| Parameter | Type | Description |
|---|---|---|
plan | MediaPlan | The plan to render. |
Returns
MediaOp[]
The ops array (spans stripped).