The panel was closed (X, backdrop, or Escape).
Re-emitted — the routine's dedicated conversation was requested.
When set, the command center opens directly on this routine's history each time the slide-in becomes visible with the value set.
If specified, this provider will be used for communication and for all metadata purposes. By default, if not provided, the Metadata and RunView classes are used for this and the default GraphQLDataProvider is used which is connected to the same back-end MJAPI instance as the Metadata and RunView classes. If you want to have this component connect to a different MJAPI back-end, create an instance of a ProviderBase sub-class like GraphQLDataProvider/etc, and configure it as appropriate to connect to the MJAPI back-end you want to use, and then pass it in here.
When true, the command center opens directly on the New Routine editor.
Initial panel width in pixels.
StaticɵdirStaticɵfacReturns either the default Metadata provider or the one specified in the Provider property, if it was specified
Returns either the default RunQuery provider or the one specified in the Provider property, if it was specified
Returns either the default RunReport provider or the one specified in the Provider property, if it was specified
Returns either the default RunView provider or the one specified in the Provider property, if it was specified
Whether the slide-in is open. Two-way bindable: [(Visible)].
Applies InitialRoutineID / StartInNewRoutine once the command center is mounted.
Closes the slide-in.
Opens the slide-in (optionally straight onto a routine's history or the editor).
Optionaloptions: { NewRoutine?: boolean; RoutineID?: string }
Slide-in wrapper for the User Routines command center — the standard right-edge panel (via
mj-slide-panelfrom@memberjunction/ng-ui-components) hosting the full command center (list / new / history). Used by ng-conversations' sidebar routines section and any other host that wants the drop-in overlay experience.Two-way bind
[(Visible)]; all command-center events bubble unchanged.