Variable DattaTableConst

DattaTable: {
    ActionButtonTypes: any;
    Accordion: any;
    AuditLog: any;
    CanvasForm: any;
    Comments: any;
    Dashboard: any;
    DataTable: any;
    Documents: any;
    FilterSlideout: any;
    Footer: any;
    Header: any;
    InstallationRequired: any;
    ItemForm: any;
    List: any;
    ListConfig: any;
    ListSecurity: any;
    LoadingDialog: any;
    Modal: any;
    Navigation: any;
    Tiles: any;
    Timeout: any;
    ListSecurityDefaultGroups: {
        Members: string;
        Owners: string;
        Visitors: string;
    };
    formatBytes: ((bytes, decimals?) => string);
    formatDateValue: ((value, format?) => string);
    formatTimeValue: ((value, format?) => string);
    getContextInfo: ((webUrl) => PromiseLike<string>);
    getFileExt: ((fileName?) => string);
} = ...

Type declaration

  • ListSecurityDefaultGroups: {
        Members: string;
        Owners: string;
        Visitors: string;
    }
    • Members: string
    • Owners: string
    • Visitors: string
  • formatBytes: ((bytes, decimals?) => string)
      • (bytes, decimals?): string
      • Parameters

        • bytes: number
        • decimals: number = 2

        Returns string

  • formatDateValue: ((value, format?) => string)
      • (value, format?): string
      • Parameters

        • value: string
        • format: string = "MM/DD/YYYY"

        Returns string

  • formatTimeValue: ((value, format?) => string)
      • (value, format?): string
      • Parameters

        • value: string
        • format: string = "MM/DD/YYYY HH:mm:ss"

        Returns string

  • getContextInfo: ((webUrl) => PromiseLike<string>)
      • (webUrl): PromiseLike<string>
      • Parameters

        • webUrl: string

        Returns PromiseLike<string>

  • getFileExt: ((fileName?) => string)
      • (fileName?): string
      • Parameters

        • fileName: string = ""

        Returns string

Generated using TypeDoc