pull/5870/head
Simon H 5 years ago committed by GitHub
parent eb6fd8f9a4
commit accac63627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -929,7 +929,7 @@ The following initialisation options can be provided:
| option | default | description |
| --- | --- | --- |
| `target` | **none** | An `HTMLElement` to render to. This option is required
| `target` | **none** | An `HTMLElement` or `ShadowRoot` to render to. This option is required
| `anchor` | `null` | A child of `target` to render the component immediately before
| `props` | `{}` | An object of properties to supply to the component
| `context` | `new Map()` | A `Map` of root-level context key-value pairs to supply to the component

Loading…
Cancel
Save