Skip to content

Commit

Permalink
types for findWidgetNodesByWidgetId
Browse files Browse the repository at this point in the history
  • Loading branch information
Roystbeef committed Mar 1, 2024
1 parent 4ece746 commit cee0d5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin-api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1948,6 +1948,7 @@ interface DocumentNode extends BaseNodeMixin {
type: T[number]
} & (PageNode | SceneNode)
>
findWidgetNodesByWidgetId(widgetId: string): Array<WidgetNode>
}
interface ExplicitVariableModesMixin {
explicitVariableModes: {
Expand Down

0 comments on commit cee0d5a

Please sign in to comment.