2023-06-24 06:13:03 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
2023-07-03 00:18:30 +02:00
|
|
|
[Home](./index.md) > [firefish-js](./firefish-js.md) > [entities](./firefish-js.entities.md) > [Antenna](./firefish-js.entities.antenna.md)
|
2023-06-24 06:13:03 +02: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-03 00:18:30 +02:00
|
|
|
**References:** [ID](./firefish-js.entities.id.md)<!-- -->, [DateString](./firefish-js.entities.datestring.md)
|
2023-06-24 06:13:03 +02:00
|
|
|
|