Comprehensive TypeScript type definitions for building Slack applications and integrations with the Node Slack SDK
94
A utility for building an interactive user preferences form using mutually exclusive selection controls.
Build a function that creates a notification frequency selector with mutually exclusive options. The selector should have three choices: "Real-time", "Daily Digest", and "Weekly Summary".
@generates
/**
* Builds a user preference selection interface with notification frequency options.
*
* @returns An object representing the preference selection interface
*/
export function buildPreferenceSelector(): any;Provides type definitions for building Slack Block Kit interfaces.
Install with Tessl CLI
npx tessl i tessl/npm-slack--typesdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10