GetEmbedExternalViewQueryParams

data class GetEmbedExternalViewQueryParams(val url: Uri, val uris: List<AtUri>)

Parameters

url

The canonical web URL the embed represents (typically the URL the user pasted into the composer). Used as the returned view's uri. May be used for validation in the future.

uris

AT-URIs of any Atmosphere records that can be resolved and used to construct #externalView views. Example: a site.standard.document and optionally its associated site.standard.publication.

Constructors

Link copied to clipboard
constructor(url: Uri, uris: List<AtUri>)

Properties

Link copied to clipboard

AT-URIs of any Atmosphere records that can be resolved and used to construct #externalView views. Example: a site.standard.document and optionally its associated site.standard.publication.

Link copied to clipboard
val url: Uri

The canonical web URL the embed represents (typically the URL the user pasted into the composer). Used as the returned view's uri. May be used for validation in the future.

Functions

Link copied to clipboard