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

    Interface FormBlockDivider

    interface FormBlockDivider {
        id: string;
        category: "BLOCK";
        type: "DIVIDER";
        config?: FormBlockDividerConfig;
    }
    Index

    Properties

    Properties

    id: string
    category: "BLOCK"
    type: "DIVIDER"