Dotted<Slice>
typeDotted keys of a slice: top-level keys or any nested path.
Definition
type
type Dotted<Slice> = keyof Slice & string | Path<Slice>keyof Slice & string | Path<Slice>
Type parameters
| Name | Type | Description |
|---|---|---|
Slice | — | Slice state type. |
Dotted keys of a slice: top-level keys or any nested path.
type Dotted<Slice> = keyof Slice & string | Path<Slice>keyof Slice & string | Path<Slice>
| Name | Type | Description |
|---|---|---|
Slice | — | Slice state type. |