Auth0 Node.js SDK - v5.1.0
    Preparing search index...

    Interface FlowActionSlackPostMessageParamsAttachmentField

    interface FlowActionSlackPostMessageParamsAttachmentField {
        title: string;
        value?: string;
        short?: boolean;
    }
    Index

    Properties

    Properties

    title: string
    value?: string
    short?: boolean