# RowComponent

`class` in `seedcord` · v0.12.0

<https://docs.seedcord.org/packages/seedcord/0.12.0/classes/row-component>

Base class for Discord action row components

Wraps Discord.js action row builder with Seedcord-specific defaults and helper methods.

```ts
abstract class RowComponent<
    RowKey extends RowType
> extends BaseComponent<InstantiatedActionRow<RowKey>>
```

## Constructors

### constructor

```ts
protected RowComponent(type: RowKey)
```

Constructs a new instance of the `RowComponent` class

## Properties

### component

```ts
public get component(): InstantiatedActionRow<RowKey>
```

### type

```ts
public readonly type: RowKey
```
