solarnetwork-api-core
Preparing search index...
Util
MultiMapValue
Interface MultiMapValue
A MultiMap entry value.
interface
MultiMapValue
{
key
:
string
;
val
:
any
[]
;
}
Index
Properties
key
val
Properties
key
key
:
string
The case-preserving key.
val
val
:
any
[]
The list of values.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
key
val
solarnetwork-api-core
Loading...
A MultiMap entry value.