# StructTreeContent

## Content

# Type Alias: StructTreeContent

```ts
type StructTreeContent = object;
```

Structure tree content.

## Properties

### actualText

```ts
actualText: string | undefined;
```

Actual content text.

***

### id

```ts
id: string;
```

***

### type

```ts
type: "content" | "object";
```
