ShareResultData: {
    copyUrl: string;
    description?: string;
    imageUrl?: string;
    shareConfigurationId: string;
    shareUrl: string;
    title?: string;
}

Type declaration

  • copyUrl: string

    Url which will create a copy of the shared configuration

  • Optional description?: string
  • Optional imageUrl?: string
  • shareConfigurationId: string
  • shareUrl: string

    Url which is enhanced for sharing on social media by using "Open Graph" tags.
    If this isn't required we recommend to use the copyUrl.
    Please note that this url won't contain the optional embed/parent url, but it will still redirect to it when opened.

  • Optional title?: string

Generated using TypeDoc