EmbeddedViewManager

EmbeddedViewManager

Interface for managing embedded views.

Members

selectors :EmbeddedSelectorManager

Manager for registering CSS selectors to insert embedded content into.

Type:

Methods

create(container, embeddedId) → {EmbeddedView}

Creates an embedded view within the provided HTML element that displays embedded content associated with the provided embedded ID.

Parameters:
Name Type Description
container HTMLElement

the HTML element that will hold embedded content

embeddedId string

the view style ID created in the Airship dashboard

Returns:
Type:
EmbeddedView