• This function handles events after a data import action. It removes existing data tables or charts and adjusts the status of various interactive buttons based on the current page title and the type of file extension of the imported data.

    Parameters

    • message: string

      Message to be displayed as an alert notification after the data import.

    • Optional fileExtensionType: string

      The file extension of the imported data (optional).

    • Optional demoModeName: string

    Returns void

    Throws

    This function may throw an error if it fails to remove the existing data tables.

    Example

    ImportDataEvents("Loaded json file!", "json");
    

Generated using TypeDoc