Skip to content

DirectoryChannel

DirectoryChannel ⇐ Channel

Represents a directory channel.

Kind: global class
Extends: Channel
Properties

NameTypeDescription
partialbooleanWhether the channel is partial or not.
namestring | nullThe name of the directory channel.

new DirectoryChannel([data], client)

Constructs a new instance of the class.

ParamTypeDescription
[data]ObjectThe data for the directory channel.
clientClientThe client instance.