Skip to content

Commit

Permalink
chore: add events to the events.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian committed Jul 26, 2023
1 parent 7ef2401 commit 2beb912
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions docs/events/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -678,20 +678,34 @@ notifies the request for permanent deletion of an item

## I

<!-- TODO: -->

### Import Data

raised when the import button is clicked


- Label: `import-data`
- Payload:

```typescript
{}
```

### Import Data - User Config

sends user configuration payload to perform import

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

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

## L

### Layout Change
Expand Down

0 comments on commit 2beb912

Please sign in to comment.