# tmux.SparseEntry

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/sparse_array.go#L18
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-sparseentry/

SparseEntry is one indexed [SparseArray] value.

## Members

- `Index` (attribute): Index is the nonnegative sparse-array index.
- `Value` (attribute): Value is the value stored at Index.
