Skip to content

EmbeddedViewActionSharing

EmbeddedViewActionSharing = { key: "sharing"; options?: { link?: string; popupTitle?: string; text?: string; }; }

Defined in: types/rpc/embedded/loggedIn.ts:6

The different type of action we can have on the embedded view (once the user is logged in)

key: "sharing"

Defined in: types/rpc/embedded/loggedIn.ts:7


optional options?: { link?: string; popupTitle?: string; text?: string; }

Defined in: types/rpc/embedded/loggedIn.ts:12

Some sharing options

optional link?: string

The link to be shared (will be suffixed with the Frak sharing context)

optional popupTitle?: string

The title that will be displayed on the system popup once the system sharing window is open

optional text?: string

The text that will be shared alongside the link. Can contain the variable {LINK} to specify where the link is placed, otherwise it will be added at the end