# SelectionAPI.nodes
Currently selected layers and shapes

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

## SelectionAPI.nodes property

Currently selected layers and shapes

**Signature:**

```typescript
nodes: ReadonlyArray<Layer | Shape>;
```

## Example

```ts
const selectedNodes = creator.selection.nodes;
```
