pos-app
Properties
| Property |
Attribute |
Description |
Type |
Default |
restorePreviousSession |
restore-previous-session |
|
boolean |
false |
Events
| Event |
Description |
Type |
pod-os:loaded |
Fires as soon as the pos-app DOM element has been loaded and PodOS can be used. Note: In case the user is authenticated, this will fire before profile data of the user has been fetched, but after authentication has been handled. |
CustomEvent<{ os: PodOS; authenticatedFetch: { (input: URL \| RequestInfo, init?: RequestInit): Promise<Response>; (input: string \| URL \| Request, init?: RequestInit): Promise<Response>; }; }> |
pod-os:session-restored |
Fired whenever the session was restored |
CustomEvent<{ url: string; }> |
Dependencies
Used by
Depends on
Graph
graph TD;
pos-app --> ion-progress-bar
pos-app-browser --> pos-app
style pos-app fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS