# VgStates Static Class

Static class to store state strings. Use it as `VgStates.VG_PLAYING` instead of `'playing'`.

## Properties

- **VG_ENDED** [static] :string = 'ended';
- **VG_PAUSED** [static] :string = 'paused';
- **VG_PLAYING** [static] :string = 'playing';
- **VG_LOADING** [static] :string = 'waiting';
