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)
Properties
Section titled “Properties”key:
"sharing"
Defined in: types/rpc/embedded/loggedIn.ts:7
options?
Section titled “options?”
optionaloptions?: {link?:string;popupTitle?:string;text?:string; }
Defined in: types/rpc/embedded/loggedIn.ts:12
Some sharing options
optionallink?:string
The link to be shared (will be suffixed with the Frak sharing context)
popupTitle?
Section titled “popupTitle?”
optionalpopupTitle?:string
The title that will be displayed on the system popup once the system sharing window is open
optionaltext?: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