Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added descriptions for all widget properties #948

Merged
merged 2 commits into from
Dec 4, 2019

Conversation

devpaul
Copy link
Member

@devpaul devpaul commented Dec 4, 2019

Type: feature

The following has been addressed in the PR:

  • There is a related issue
  • All code matches the style guide
  • Unit tests are included in the PR
  • For new widgets, an entry has been added to the .dojorc
  • Any widget variant uses theme.compose like this
  • WidgetProperties are exported

Description:

Adds missing descriptions for all widget properties

Resolves #812

@@ -6,14 +6,21 @@ import { WidgetBase } from '@dojo/framework/core/WidgetBase';
import * as css from '../theme/default/listbox.m.css';

export interface ListboxOptionProperties extends ThemedProperties {
active?: boolean;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heads up: this property wasn't used in the widget.

@dojo-site
Copy link

This pull request has been deployed to:

@dojo-site
Copy link

This pull request has been deployed to:

@devpaul devpaul merged commit 4377f15 into dojo:master Dec 4, 2019
ericos pushed a commit to ericos/widgets that referenced this pull request Jan 3, 2020
Added descriptions for all widget properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add missing jsdoc for the widget properties
3 participants