Type Alias SharedLinkCanvas

SharedLinkCanvas: {
    content?: Record<string, any>;
    context?: Record<string, any>;
    id: string;
    name: string;
    sections: CanvasSection[];
    theme?: Record<string, any> | null;
    thumbnail_url?: string | null;
}

Type declaration

  • Optionalcontent?: Record<string, any>
  • Optionalcontext?: Record<string, any>
  • Readonlyid: string
  • name: string
  • Readonlysections: CanvasSection[]
  • Optionaltheme?: Record<string, any> | null
  • Optionalthumbnail_url?: string | null