Skip to content

Commit

Permalink
fix: remove upsert from event
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian committed Aug 3, 2023
1 parent 52d5a24 commit 4e667bf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/events/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -677,10 +677,9 @@ notifies the request for permanent deletion of an item
```

## I

### Import Data

raised when the import button is clicked
notifies the request for an import of data from a file

- Label: `import-data`
- Payload:
Expand All @@ -691,15 +690,14 @@ raised when the import button is clicked

### Import Data - User Config

sends user configuration payload to perform import
send the configuration payload to perform an import

- Label: `import-user-config`
- Label: `import-data/user-config`
- Payload:

```typescript
{
file: File
upsert: boolean
encoding?: 'utf8' | 'ucs2' | 'utf16le' | 'latin1' | 'ascii' | 'base64' | 'hex'
delimiter?: string
escape?: string
Expand Down

0 comments on commit 4e667bf

Please sign in to comment.