BlockSuggestion
Defined in: src/types/options/index.ts:45
external data source in blocks
Extends
Indexable
[key: string]: any
Properties
action_id
action_id: string;
Defined in: src/types/options/index.ts:48
api_app_id
api_app_id: string;
Defined in: src/types/options/index.ts:51
block_id
block_id: string;
Defined in: src/types/options/index.ts:47
channel?
optional channel?: object;
Defined in: src/types/options/index.ts:58
id
id: string;
name
name: string;
container
container: StringIndexed;
Defined in: src/types/options/index.ts:68
enterprise?
optional enterprise?: object;
Defined in: src/types/options/index.ts:73
id
id: string;
name
name: string;
is_enterprise_install?
optional is_enterprise_install?: boolean;
Defined in: src/types/options/index.ts:72
team
team:
| {
domain: string;
enterprise_id?: string;
enterprise_name?: string;
id: string;
}
| null;
Defined in: src/types/options/index.ts:52
token
token: string;
Defined in: src/types/options/index.ts:67
type
type: "block_suggestion";
Defined in: src/types/options/index.ts:46
user
user: object;
Defined in: src/types/options/index.ts:62
id
id: string;
name
name: string;
team_id?
optional team_id?: string;
value
value: string;
Defined in: src/types/options/index.ts:49
view?
optional view?: ViewOutput;
Defined in: src/types/options/index.ts:70