Type alias Module

Module: {
    channels: Channel[];
    enable: boolean;
    type: SupportedModule;
}

Type declaration

  • channels: Channel[]

    List of channels for use by the high-level (named IO) API.

  • enable: boolean

    Enable or disable the module. If module is disabled, it will not provide any IO, however, it will still be initialized and will participate in the continuity of the chain.

  • type: SupportedModule

    Type number of the supported module.

Generated using TypeDoc