# Built-in Properties

Every component has some built-in properties that are used for its functionality and also to display them.

## ID

```javascript
Component._id = '';
```

## State

```javascript
Component._state = {};
```
