[gs-longan](../README.md) / SelectionKey

# Class: SelectionKey

## Table of contents

### Constructors

- [constructor](SelectionKey.md#constructor)

### Accessors

- [indexes](SelectionKey.md#indexes)
- [key](SelectionKey.md#key)
- [path](SelectionKey.md#path)
- [pathKeys](SelectionKey.md#pathkeys)
- [position](SelectionKey.md#position)
- [winPosition](SelectionKey.md#winposition)

## Constructors

### constructor

• **new SelectionKey**(`key`, `position`, `path`, `pathKeys`, `indexes`): [`SelectionKey`](SelectionKey.md)

#### Parameters

| Name | Type |
| :------ | :------ |
| `key` | `number` |
| `position` | `Float32Array` |
| `path` | `string` |
| `pathKeys` | `Int32Array` |
| `indexes` | `Int32Array` |

#### Returns

[`SelectionKey`](SelectionKey.md)

## Accessors

### indexes

• `get` **indexes**(): `Int32Array`

#### Returns

`Int32Array`

___

### key

• `get` **key**(): `number`

#### Returns

`number`

___

### path

• `get` **path**(): `string`

#### Returns

`string`

___

### pathKeys

• `get` **pathKeys**(): `Int32Array`

#### Returns

`Int32Array`

___

### position

• `get` **position**(): `Float32Array`

#### Returns

`Float32Array`

___

### winPosition

• `get` **winPosition**(): `Float32Array`

#### Returns

`Float32Array`
