pos-resource
Properties
| Property |
Attribute |
Description |
Type |
Default |
lazy |
lazy |
|
boolean |
false |
uri |
uri |
|
string |
undefined |
Events
| Event |
Description |
Type |
pod-os:init |
|
CustomEvent<any> |
pod-os:resource-loaded |
Indicates that the resource given in uri property has been loaded. |
CustomEvent<any> |
Methods
fetch() => Promise<void>
Returns
Type: Promise<void>
Slots
| Slot |
Description |
|
The default slot |
Dependencies
Used by
Graph
graph TD;
pos-app-browser --> pos-resource
pos-container-contents --> pos-resource
pos-list --> pos-resource
pos-login --> pos-resource
pos-make-findable --> pos-resource
pos-rich-link --> pos-resource
pos-user-menu --> pos-resource
style pos-resource fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS