Controlling the Widget
Methods
widget.open()
widget.close()
widget.toggle()
widget.destroy()
widget.viewSection(section: 'ideas' | 'roadmap' | 'announcements')
widget.viewAnnouncement(announcementSlug: string)
widget.viewIdea(ideaSlug: string)
widget.createIdea(defaultValues?: { name?: string, topics?: string[] })
widget.setBadgeCount(count: number)
Events & Callbacks
Last updated