Skip to content

Commit

Permalink
Update 'getOrLoadEntitiesConfig' doc-block
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Mar 20, 2024
1 parent f95e7af commit fb77e6b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/core-data/src/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -469,10 +469,12 @@ function registerSyncConfigs( configs ) {
}

/**
* Loads the kind entities into the store.
* Loads the entities into the store.
*
* @param {string} kind Kind
* @param {?string} name Name
* Note: The `name` argument is used for `root` entities requiring additional server data.
*
* @param {string} kind Kind
* @param {string} name Name
* @return {(thunkArgs: object) => Promise<Array>} Entities
*/
export const getOrLoadEntitiesConfig =
Expand Down

0 comments on commit fb77e6b

Please sign in to comment.