Skip to content

Commit

Permalink
Add JSDoc for constructor params
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Dec 1, 2023
1 parent 4c42fe9 commit 1959df1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/composable-controller/src/ComposableController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ export class ComposableController extends BaseController<
/**
* Creates a ComposableController instance.
*
* @param controllers - List of controller instances.
* @param messenger - The controller messaging system, used for communicating with BaseController controllers.
* @param options - Initial options used to configure this controller
* @param options.controllers - List of child controller instances to compose.
* @param options.messenger - A restricted controller messenger.
*/

constructor({
Expand Down

0 comments on commit 1959df1

Please sign in to comment.