# LevelStyle

## Content

# Type Alias: LevelStyle

```ts
type LevelStyle = object;
```

## Properties

### Color?

```ts
optional Color: string;
```

***

### FontFamily?

```ts
optional FontFamily: string;
```

***

### FontSize?

```ts
optional FontSize: string;
```

***

### FontStyle?

```ts
optional FontStyle: FontStyle;
```

***

### FontWeight?

```ts
optional FontWeight: FontWeight;
```

***

### PaddingLeft?

```ts
optional PaddingLeft: string;
```
