DirectoryChannel
DirectoryChannel ⇐ Channel
Section titled “DirectoryChannel ⇐ Channel”Represents a directory channel.
Kind: global class
Extends: Channel
Properties
| Name | Type | Description |
|---|---|---|
| partial | boolean | Whether the channel is partial or not. |
| name | string | null | The name of the directory channel. |
new DirectoryChannel([data], client)
Section titled “new DirectoryChannel([data], client)”Constructs a new instance of the class.
| Param | Type | Description |
|---|---|---|
| [data] | Object | The data for the directory channel. |
| client | Client | The client instance. |