HybridForms API
    Preparing search index...

    Interface INextPageButton

    interface INextPageButton {
        condition?: NextPageConditionEnum;
        hint?: string;
        nextText?: string;
        show?: boolean;
    }
    Index

    Properties

    hint?: string
    nextText?: string
    show?: boolean