import MastheadComponent from 'rizzo-next/src/components/masthead/masthead_component.js'MastheadComponent
Extends:
src/core/bane~Component → MastheadComponent
Masthead Component
Member Summary
| Public Members | ||
| public get |
$straplines: * |
|
| public |
events: * |
|
| public |
overlay: * |
|
| public |
player: * |
|
| public |
slideshow: * |
|
| public |
videoId: * |
|
Method Summary
| Public Methods | ||
| public |
initialize(options: *) |
|
| public |
onPlay() |
|
| public |
onStop() |
|
| public |
Play the video, callback from click handler |
|
| public |
playerReady(player: VideoPlayer) Callback from the player load event |
|
| public |
searchDone(videos: *) |
|
| public |
updateStrapline(data: *) |
|
Public Members
public get $straplines: * source
public events: * source
public overlay: * source
public player: * source
public slideshow: * source
public videoId: * source
Public Methods
public initialize(options: *) source
Params:
| Name | Type | Attribute | Description |
| options | * |
public onPlay() source
public onStop() source
public playerReady(player: VideoPlayer) source
Callback from the player load event
Params:
| Name | Type | Attribute | Description |
| player | VideoPlayer | Instance of the VideoPlayer |
Listen:
public searchDone(videos: *) source
Params:
| Name | Type | Attribute | Description |
| videos | * |
public updateStrapline(data: *) source
Params:
| Name | Type | Attribute | Description |
| data | * |