API Documentation / @pinia/colada / EntryNodeKey
Type Alias: EntryNodeKey
ts
type EntryNodeKey = string | number;
Key type for nodes in the tree map. Differently from EntryKey, this type is serializable to JSON.