Interface ITemplateResult

interface ITemplateResult {
    chartData: {
        appId: string;
        heightPx: number;
        jsOpts: {};
        objectDef: {};
        objectId: string;
        outDpi: number;
        outZoom: null;
        patches: {}[];
        sheetId: string;
        widthPx: number;
    };
    fileAlias: string;
    fileName: string;
    fileTimeStamp: string;
    multiSheetData: {
        appId: string;
        heightPx: number;
        isPrivate: boolean;
        jsOpts: {};
        jsOptsById: {};
        patchesById: {};
        resizeType: string;
        sheetId: string;
        sheetName: string;
        widthPx: number;
    };
    storyData: {
        appId: string;
        storyId: string;
    };
    subType: string;
    type: string;
}

Properties

chartData: {
    appId: string;
    heightPx: number;
    jsOpts: {};
    objectDef: {};
    objectId: string;
    outDpi: number;
    outZoom: null;
    patches: {}[];
    sheetId: string;
    widthPx: number;
}

Type declaration

  • appId: string
  • heightPx: number
  • jsOpts: {}
    • objectDef: {}
      • objectId: string
      • outDpi: number
      • outZoom: null
      • patches: {}[]
      • sheetId: string
      • widthPx: number
      fileAlias: string
      fileName: string
      fileTimeStamp: string
      multiSheetData: {
          appId: string;
          heightPx: number;
          isPrivate: boolean;
          jsOpts: {};
          jsOptsById: {};
          patchesById: {};
          resizeType: string;
          sheetId: string;
          sheetName: string;
          widthPx: number;
      }

      Type declaration

      • appId: string
      • heightPx: number
      • isPrivate: boolean
      • jsOpts: {}
        • jsOptsById: {}
          • patchesById: {}
            • resizeType: string
            • sheetId: string
            • sheetName: string
            • widthPx: number
            storyData: {
                appId: string;
                storyId: string;
            }

            Type declaration

            • appId: string
            • storyId: string
            subType: string
            type: string