Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

multi_static_select #757

@vorontsoved

Description

@vorontsoved

Hello, why this not working, i cant correct choose options
export async function getMultiStaticElement(placeholderText: string, options: Array<Option>, blockId: string, actionId: string): Promise<MultiStaticSelectElement> { const block: MultiStaticSelectElement = { type: 'multi_static_select', placeholder: { type: 'plain_text', text: placeholderText, }, options, appId: AppEnum.APP_ID, blockId, actionId }; return block; } and cant delete my choose

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions