interface IPageControl {
    backwardText: string;
    forwardText: string;
    okText: string;
    programKey: string;
    serverId: string;
    showBackward: boolean;
    showForward: boolean;
    surveyId: string;
}

Hierarchy

Properties

backwardText: string
forwardText: string
okText: string
programKey: string
serverId: string
showBackward: boolean
showForward: boolean
surveyId: string

Generated using TypeDoc