Definition
Swagger Definition
Method Summary
Public Methods | ||
public |
getProperty(name: string): object Get a property by name |
|
public |
Check if the definition is the given type |
|
public |
Return the number of properties |
|
public |
walkProperties(fn: function) Walk through all properties |
Public Methods
public getProperty(name: string): object source
Get a property by name
Params:
Name | Type | Attribute | Description |
name | string | The name of the property element |