LogoRobo.js
Packages@robojs/mock

MockChannelConfig

Interface: MockChannelConfig

Configuration for creating a mock channel

Properties

PropertyTypeDescription
id?string-
messages?SeedMessageConfig[]Seed messages to create in this channel
name?string-
parentCategory?stringName of a category channel to nest this channel under (resolved at creation time)
parentId?null | string-
position?number-
type?number-

On this page