Packages@robojs/mock
MockChannelConfig
Interface: MockChannelConfig
Configuration for creating a mock channel
Properties
| Property | Type | Description |
|---|---|---|
id? | string | - |
messages? | SeedMessageConfig[] | Seed messages to create in this channel |
name? | string | - |
parentCategory? | string | Name of a category channel to nest this channel under (resolved at creation time) |
parentId? | null | string | - |
position? | number | - |
type? | number | - |
