Skip to content

Commit

Permalink
squash: Note that entityTraits is a required method
Browse files Browse the repository at this point in the history
Signed-off-by: David Feltell <david.feltell@foundry.com>
  • Loading branch information
feltech committed Nov 21, 2023
1 parent 69957f8 commit ce1378f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/querying_entity_traits.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@
"\n",
"The `entityTraits` methods allows a host to query the manager for the traits associated with a given entity reference. It has two access modes. `kRead` mode will return all the traits that the manager associates with an entity. `kWrite` mode returns the minimal set of traits required to publish to the given entity reference.\n",
"\n",
"The `entityTraits` method is a required method that managers _must_ implement, so there is no need to perform a `hasCapability` check before using it.\n",
"\n",
"The following examples illustrate usage of the `entityTraits` method."
],
"metadata": {
Expand Down

0 comments on commit ce1378f

Please sign in to comment.