cluedin-widget
Version:
This is the project for creating and managing widgets in CluedIn.
34 lines (19 loc) • 607 B
Markdown
On Boarding Widget
This widget is used for tracking where the current user is in the process of Boarding. It will guide him through the applications and show him the great features that CluedIn has.
#Mixins
##IsClosable
This is a mixin for closing the widget (won't be showed for that use anymore).
#Store
{
step:1,
providers:[],
isClose:true,
searchQuery: '',
profileId: '',
invites: []
}
#Actions
##nextStep()
Go to the next step of the boarding.
##goToStep(int:stepNumber)
Given a step number, go to that specific step