Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykreis committed May 24, 2024
1 parent 38adebb commit e210732
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ _Events_
- `menu-button-toggle`: Fired when a menu button in a cell fires the `toggle` event

The detail for each of these events will be as follows:

```ts
interface MenuButtonColumnToggleEventDetail {
recordId: string;
Expand Down Expand Up @@ -157,7 +158,7 @@ Multiple API changes need to be made the table, its subcomponents, and the class
- slot's name: _unique-column-id_ + _column-requested-slot-name from column internal's slotNames array_ (e.g. table-column-slot2-menu)
- slot's slot: _unique-column-id_ + _column-requested-slot-name from column internal's slotNames array_ (e.g. table-column-slot2-menu)
- cell view, created via `createCellViewTemplate` - slots created within the cell view
- slot's name: _unique-column-id_ + _column-requested-slot-name from column internal's slotNames array_ (e.g. table-column-slot2-menu)
- slot's name: _unique-column-id_ + _column-requested-slot-name from column internal's slotNames array_ (e.g. table-column-slot2-menu)
- slot's slot: _column-requested-slot-name from column internal's slotNames array_ (e.g. menu)
- menu button column cell view - slot created within the menu button component
- slot's name: _column-requested-slot-name from column internal's slotNames array_ (e.g. menu)
Expand Down

0 comments on commit e210732

Please sign in to comment.