feat(cloudwatch): add addWidget method in widget container classes#18615
Conversation
|
Title does not follow the guidelines of Conventional Commits. Please adjust title before merge. |
addWidget method in widget container classesaddWidget method in widget container classes
add docs to addWidget method
TheRealAmazonKendra
left a comment
There was a problem hiding this comment.
Thank you for your contribution! This change looks great.
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Pull request has been modified.
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
…ws#18615) This pull request add a new `addWidget` method to the `Row` and `Column` classes that implement the `IWidget` interface by accepting other widgets as parameters (widget containers). This is useful to programmatically add a widget to a container also after the container's construction. Closes aws#18466 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
This pull request add a new
addWidgetmethod to theRowandColumnclasses that implement theIWidgetinterface by accepting other widgets as parameters (widget containers).This is useful to programmatically add a widget to a container also after the container's construction.
Closes #18466
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license