We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3aeaa commit 7bec461Copy full SHA for 7bec461
packages/blueprints-integration/src/content.ts
@@ -55,6 +55,10 @@ export interface VTContent extends BaseContent {
55
/** Duration of extra content past sourceDuration. Not planned to play back but present on the media and playable. */
56
postrollDuration?: number
57
editable?: VTEditableParameters
58
+ /** This is for the VT's in out words */
59
+ firstWords?: string
60
+ lastWords?: string
61
+ fullScript?: string
62
}
63
64
export interface GraphicsContent extends BaseContent {
0 commit comments