We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e348e2 commit 51e5f18Copy full SHA for 51e5f18
src/LoadingResource.ts
@@ -26,10 +26,11 @@ class LoadingResource implements ResourceInterface {
26
private loadResource: Promise<ResourceInterface>
27
28
/**
29
- * @param entityLoaded a Promise that resolves to a Resource when the entity has finished
+ * @param loadResource a Promise that resolves to a Resource when the entity has finished
30
* loading from the API
31
* @param self optional URI of the entity being loaded, if available. If passed, the
32
* returned LoadingResource will return it in calls to .self and ._meta.self
33
+ * @param config configuration of this instance of hal-json-vuex
34
*/
35
constructor (loadResource: Promise<ResourceInterface>, self: string | null = null, config: InternalConfig | null = null) {
36
this._meta = {
0 commit comments