-
Notifications
You must be signed in to change notification settings - Fork 0
IDictionary
Qamsari edited this page Jul 25, 2021
·
1 revision
Generic type for represent dictionary of type TValue. Type of key always is string.
export default interface IDictionary<TValue> {
[Key: string]: TValue;
}Copyright © 2020 Manzoomeh Negaran Co Lts.
Powered by BasisCore
- Home
- IContext
- $bc
- Source
- Options
- ConnectionOptions
- Component
- UserDefinedComponent
- APIComponent
- HTML Components
- SourceBase Components
- Source Components
- Callback Argument
- Enum
- Util