> ## Documentation Index
> Fetch the complete documentation index at: https://stars-components.js.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: AliasPieceOptions

Defined in: node\_modules/.pnpm/@sapphire+pieces\@4.4.1/node\_modules/@sapphire/pieces/dist/esm/index.d.mts:856

## Extends

* `Options`

## Properties

### aliases?

> `readonly` `optional` **aliases?**: readonly `string`\[]

Defined in: node\_modules/.pnpm/@sapphire+pieces\@4.4.1/node\_modules/@sapphire/pieces/dist/esm/index.d.mts:861

The aliases for the piece.

#### Default

```ts theme={"system"}
[];
```

***

### enabled?

> `readonly` `optional` **enabled?**: `boolean`

Defined in: node\_modules/.pnpm/@sapphire+pieces\@4.4.1/node\_modules/@sapphire/pieces/dist/esm/index.d.mts:204

Whether or not the piece should be enabled. If set to false, the piece will be unloaded.

#### Default

```ts theme={"system"}
true;
```

#### Inherited from

`Piece.Options.enabled`

***

### name?

> `readonly` `optional` **name?**: `string`

Defined in: node\_modules/.pnpm/@sapphire+pieces\@4.4.1/node\_modules/@sapphire/pieces/dist/esm/index.d.mts:199

The name for the piece.

#### Default

```ts theme={"system"}
'';
```

#### Inherited from

`Piece.Options.name`
