Variable codeDump

codeDump: {
    getDump: (() => DFDumpScheme);
    loadDump: ((maybeDump: unknown) => void);
}

Type declaration

  • getDump: (() => DFDumpScheme)
  • loadDump: ((maybeDump: unknown) => void)
      • (maybeDump: unknown): void
      • Load the actiondump.

        Parameters

        • maybeDump: unknown

          The actiondump object.

        Returns void

Generated using TypeDoc