Skip to content

Commit

Permalink
doc: sync Object::Set value arg with Value::From (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed Mar 22, 2021
1 parent 7319a0d commit 6490b1f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions doc/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,7 @@ The key can be any of the following types:
- `const std::string&`
- `uint32_t`
While the value must be any of the following types:
- `napi_value`
- [`Napi::Value`](value.md)
- `const char*`
- `std::string&`
- `bool`
- `double`
The `value` can be of any type that is accepted by [`Napi::Value::From`][].
### Delete()
Expand Down Expand Up @@ -271,3 +265,4 @@ Napi::Value Napi::Object::operator[] (uint32_t index) const;
Returns an indexed property or array element as a [`Napi::Value`](value.md).

[`Napi::Value`]: ./value.md
[`Napi::Value::From`]: ./value.md#from

0 comments on commit 6490b1f

Please sign in to comment.