An object which maps string (video category) to array (video metadata)
- Source:
Members
(static) career :Array.<VideoMetaData>
Array of video objects to be displayed in the "career" tab
Type:
- Array.<VideoMetaData>
- Source:
(static) finance :Array.<VideoMetaData>
Array of video objects to be displayed in the "finance" tab
Type:
- Array.<VideoMetaData>
- Source:
Type Definitions
VideoMetaData
Type:
- object
Properties:
Name | Type | Description |
---|---|---|
imgRef |
string | URL of video thumbnail image |
title |
string | Title of video |
link |
string | URL of actual video |
desc |
string | A short description of the video |
- Source: