Documentation - v1.2.0-alpha.10
    Preparing search index...

    Interface representing the task module task information.

    interface TaskModuleTaskInfo {
        card?: Attachment;
        completionAgentId?: string;
        fallbackUrl?: string;
        height?: number | "small" | "medium" | "large";
        title?: string;
        url?: string;
        width?: number | "small" | "medium" | "large";
    }
    Index

    Properties

    card?: Attachment

    The card attachment of the task module.

    completionAgentId?: string

    The completion agent ID of the task module.

    fallbackUrl?: string

    The fallback URL of the task module.

    height?: number | "small" | "medium" | "large"

    The height of the task module.

    title?: string

    The title of the task module.

    url?: string

    The URL of the task module.

    width?: number | "small" | "medium" | "large"

    The width of the task module.