Skip to main content

@slack/types / AppHomeOpenedEvent

Interface: AppHomeOpenedEvent

Defined in: events/app.ts:67

Properties​

channel​

channel: string;

Defined in: events/app.ts:70


context?​

optional context?: object;

Defined in: events/app.ts:73

entities?​

optional entities?:
| {
type: "slack#/types/channel_id";
value: string;
}
| {
type: "slack#/types/canvas_id";
value: string;
}
| {
type: "slack#/types/list_id";
value: string;
}
| {
type: "slack#/types/message_context";
value: {
channel_id: string;
message_ts: string;
};
} & object[];

event_ts​

event_ts: string;

Defined in: events/app.ts:74


tab?​

optional tab?: "home" | "messages";

Defined in: events/app.ts:71


type​

type: "app_home_opened";

Defined in: events/app.ts:68


user​

user: string;

Defined in: events/app.ts:69


view?​

optional view?: View;

Defined in: events/app.ts:72