2023-06-23 22:13:03 -06:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
2023-07-21 11:33:01 -06:00
|
|
|
[Home](./index.md) > [iceshrimp-js](./iceshrimp-js.md) > [entities](./iceshrimp-js.entities.md) > [Antenna](./iceshrimp-js.entities.antenna.md)
|
2023-06-23 22:13:03 -06:00
|
|
|
|
|
|
|
## entities.Antenna type
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export declare type Antenna = {
|
|
|
|
id: ID;
|
|
|
|
createdAt: DateString;
|
|
|
|
name: string;
|
|
|
|
keywords: string[][];
|
|
|
|
excludeKeywords: string[][];
|
|
|
|
src: "home" | "all" | "users" | "list" | "group" | "instances";
|
|
|
|
userListId: ID | null;
|
|
|
|
userGroupId: ID | null;
|
|
|
|
users: string[];
|
|
|
|
instances: string[];
|
|
|
|
caseSensitive: boolean;
|
|
|
|
notify: boolean;
|
|
|
|
withReplies: boolean;
|
|
|
|
withFile: boolean;
|
|
|
|
hasUnreadNote: boolean;
|
|
|
|
};
|
|
|
|
```
|
2023-07-21 11:33:01 -06:00
|
|
|
**References:** [ID](./iceshrimp-js.entities.id.md)<!-- -->, [DateString](./iceshrimp-js.entities.datestring.md)
|
2023-06-23 22:13:03 -06:00
|
|
|
|