Skip to content

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>

Dependencies

Used by

Depends on

  • ion-progress-bar

Graph

graph TD;
  pos-resource --> ion-progress-bar
  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