Interface INextPageButton

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

Properties

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