Interface JLayerInformationReport

interface JLayerInformationReport {
    multiplePresentationPage: string;
    preFormatted: boolean;
    singlePresentationPage: string;
    title: string;
    type: JLAYER_INFORMATION_REPORT_TYPES;
}

Properties

multiplePresentationPage: string
preFormatted: boolean
singlePresentationPage: string
title: string