TempCfgnFileDef: {
    clientIndex: string;
    extension: string;
    file: File;
    serverId?: string;
    type: CfgnFileType;
}

Type declaration

  • clientIndex: string

    Temporary index so we don't have to use the order in the array, which may be unreliable due to async processing or use of dictionaries (server-side)

  • extension: string
  • file: File
  • Optional serverId?: string
  • type: CfgnFileType

Generated using TypeDoc