# tmux.SparseEntry

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/5f808882015a975a65acc7f9da5b3ff0d5cbdc91/tmux/sparse_array.go#L18
- **Page:** https://libtmux.org/reference/go/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.
