# SelectionAPI.keyframes
Currently selected keyframes

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## SelectionAPI.keyframes property

Currently selected keyframes

**Signature:**

```typescript
keyframes: ReadonlyArray<Keyframe<unknown>>;
```

## Example

```ts
const selectedKeyframes = creator.selection.keyframes;
```
