We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d12bb commit 15f57b8Copy full SHA for 15f57b8
src/@types/common/docs.js
@@ -30,10 +30,10 @@
30
*/
31
/// Id
32
/**
33
- * The Id type is a simple alias for the union of a string or `null` value,
34
- * where the string should be considered to be the key of an objects (such as a
35
- * Row Id string used in a Table), and typically `null` indicates a wildcard -
36
- * such as when used in the Store addRowListener method.
+ * The IdOrNull type is a simple alias for the union of a string or `null`
+ * value, where the string should be considered to be the key of an objects
+ * (such as a Row Id string used in a Table), and typically `null` indicates a
+ * wildcard - such as when used in the Store addRowListener method.
37
* @category Identity
38
* @since v1.0.0
39
0 commit comments