Skip to content

Commit e495851

Browse files
author
Nathan Brown
committed
[docs] update ContextRequestEvent signature
Document changes to ContextRequestEvent in @lit/context lit/lit#4734
1 parent 442c82d commit e495851

File tree

1 file changed

+4
-0
lines changed
  • packages/lit-dev-content/site/docs/v3/data

1 file changed

+4
-0
lines changed

packages/lit-dev-content/site/docs/v3/data/context.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,10 @@ The `context-request` bubbles and is composed.
503503

504504
The context object this event is requesting a value for
505505

506+
- `readonly contextTarget: Element`
507+
508+
The original context target of the requester
509+
506510
- `readonly callback: ContextCallback<ContextType<C>>`
507511

508512
The function to call to provide a context value

0 commit comments

Comments
 (0)