Beamable SDK
Public Member Functions | Properties | Events | List of all members
Beamable.Editor.Toolbox.Models.IToolboxViewService Interface Reference
Inheritance diagram for Beamable.Editor.Toolbox.Models.IToolboxViewService:
Inheritance graph
[legend]

Public Member Functions

void Initialize ()
 
void UseDefaultWidgetSource ()
 
void AddAnnouncement (AnnouncementModelBase announcementModel)
 
void RemoveAnnouncement (AnnouncementModelBase announcementModel)
 
bool IsSpecificAnnouncementCurrentlyDisplaying (Type type)
 
void SetQuery (string filter)
 
void SetQuery (ToolboxQuery query)
 
IEnumerable< WidgetGetFilteredWidgets ()
 
Promise< List< RealmView > > RefreshAvailableRealms ()
 
void Destroy ()
 
void SetQueryTag (WidgetTags tags, bool shouldHaveTag)
 
void SetOrientationSupport (WidgetOrientationSupport orientation, bool shouldHaveOrientation)
 

Properties

List< RealmViewRealms [get]
 
RealmView CurrentRealm [get]
 
EditorUser CurrentUser [get]
 
IWidgetSource WidgetSource [get]
 
ToolboxQuery Query [get]
 
string FilterText [get]
 
IEnumerable< AnnouncementModelBaseAnnouncements [get]
 

Events

Action< List< RealmView > > OnAvailableRealmsChanged
 
Action< RealmViewOnRealmChanged
 
Action< IWidgetSourceOnWidgetSourceChanged
 
Action OnQueryChanged
 
Action< EditorUserOnUserChanged
 
Action< IEnumerable< AnnouncementModelBase > > OnAnnouncementsChanged
 

The documentation for this interface was generated from the following file: