SiSidePanelService documentation¶
provided in root
✓
Attributes and Methods¶
| Name | Type | Default | Description |
|---|---|---|---|
| close() ¶ | () => void | Close side panel. | |
| hideTemporaryContent() ¶ | () => boolean | Hide side panel temporary content, reverting to state before showing temporary content. | |
| isOpen() ¶ | () => boolean | Indicate is side panel open. | |
| (readonly) isOpen$ ¶ | Observable<boolean> | this.openSubject.asObservable() | Emits on side panel is open or close. |
| isTemporaryOpen() ¶ | () => boolean | Indicate that the side panel is open with temporary content. | |
| open() ¶ | () => void | Open side panel. | |
| setSidePanelContent(...) ¶ | (portal: (undefined | Portal<any>)) => void | Set or update displayed content. Parameters | |
| showTemporaryContent(...) ¶ | (portal: (undefined | Portal<any>)) => Observable<void> | Show side panel temporary content, opening the side panel when necessary. Parameters | |
| toggle() ¶ | () => void | Toggle side panel open/close. |
Types Documentation¶
No types to document for items on this page.
Except where otherwise noted, content on this site is licensed under MIT License.