-
Notifications
You must be signed in to change notification settings - Fork 149
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
types declaration file for typescript user #131
base: master
Are you sure you want to change the base?
Conversation
Here is the typescript declaration file for this plugin.
/// types declaration file for typescript users (https://www.typescriptlang.org) | ||
/// dragdealer.js https://skidding.github.io/dragdealer/ | ||
|
||
interface DragDealearOption { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cdelhomme Wouldn't DragdealerOptions
(plural) be a better name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And it should be Dragdealer
instead of DragDealer
.
you can call the options interface DragdealerOptions if you want. no matter , the only thing is that you do not change the Dragdealer syntaxe for understanding purpose . it should be writen like you call your javascript plugin Dragdealer. .
where in typescript the line its the same for the line and when we do the |
@cdelhomme Why did you close the PR? I wanted to merge after that small change. |
Sorry i've click on the wrong button |
No worries! 😄 So are you OK with changing |
Yes no problem
Envoyé depuis Yahoo Mail pour Android
Le mer., oct. 31, 2018 à 11:13, Ovidiu Cherecheș<[email protected]> a écrit :
No worries! 😄
So are you OK with changing DragDealearOption to DragdealearOptions?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
no problem |
Here is the typescript declaration file for this plugin.