Properties
add
add: ((defaultValue?, insertIndex?) => void)
Type declaration
- (defaultValue?, insertIndex?): void
Parameters
Optional defaultValue: any
Optional insertIndex: number
Returns void
move
move: ((from, to) => void)
Type declaration
- (from, to): void
Returns void
remove
remove: ((index) => void)
Type declaration
- (index): void
Returns void