From 96d95063c9b82c656d1f4024df23e0e1d23f66f6 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Sat, 19 Dec 2020 11:09:28 -0500 Subject: [PATCH] update docs --- docs/jvc_js.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/jvc_js.md b/docs/jvc_js.md index b0685b9..b216bb9 100644 --- a/docs/jvc_js.md +++ b/docs/jvc_js.md @@ -47,7 +47,10 @@ What variables are available in the JS context? And what properties do they have Assets can be defined in the JVC's `assets` array, or as the output of an operation. -Assets are referenced by their asset name. Assets have some useful properties: +Assets are referenced by their asset name. Learn more about +[Asset References](asset_refs.md). + +In a JVC JavaScript context, assets are JS objects with some useful properties: #### `duration` Duration in seconds of the asset (audio or video).