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

    Interface FormBlockJumpButtonConfig

    interface FormBlockJumpButtonConfig {
        text: string;
        next_node: string;
        style?: FormBlockJumpButtonConfigStyle;
    }
    Index

    Properties

    Properties

    text: string
    next_node: string