Clarify method docs
This commit is contained in:
@@ -156,7 +156,7 @@ export class ModelingStore extends DisposableObject {
|
||||
|
||||
/**
|
||||
* Returns the methods for the given database item and method signatures.
|
||||
* If no method signatures are provided, returns all methods.
|
||||
* If the `methodSignatures` argument not provided or is undefined, returns all methods.
|
||||
*/
|
||||
public getMethods(
|
||||
dbItem: DatabaseItem,
|
||||
@@ -201,7 +201,7 @@ export class ModelingStore extends DisposableObject {
|
||||
|
||||
/**
|
||||
* Returns the modeled methods for the given database item and method signatures.
|
||||
* If no method signatures are provided, returns all modeled methods.
|
||||
* If the `methodSignatures` argument not provided or is undefined, returns all modeled methods.
|
||||
*/
|
||||
public getModeledMethods(
|
||||
dbItem: DatabaseItem,
|
||||
|
||||
Reference in New Issue
Block a user