-
Notifications
You must be signed in to change notification settings - Fork 6
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
Dev/orgs #120
Conversation
@@ -26,6 +26,7 @@ export class Client extends ClientBase { | |||
* @constructor | |||
* @param {string} username - Graphistry server username | |||
* @param {string} password - Graphistry server password | |||
* @param {string} org - Graphistry organization (optional) |
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.
We can use brackets []
too to indicate that org
is optional with the default value undefined
:
* @param {string} [org=undefined] - Graphistry organization (optional)
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.
LGTM
Added
Docs
Published as
v4.6.0-alpha.2