# ContainerProps

`interface` in `discord-component-embed` · v0.2.2

<https://docs.seedcord.org/packages/discord-component-embed/0.2.2/interfaces/container-props>

```ts
interface ContainerProps
```

## Properties

### accentColor

```ts
accentColor: number;
```

The color of the bar on the left edge, as an RGB integer like `0x5865f2`.

### children

```ts
children: EmbedNode;
```

### spoiler

```ts
spoiler: boolean;
```

Blurs the whole card until someone clicks it.
