Alokai

ChannelConfigMeta

Optional channel configuration object.

interface ChannelConfigMeta {
	app: {
    id: number;
    sections: ChannelMetaSection[];
  };
}

Properties

NameRequiredTypeDescription
appRequired{ id: number; sections: ChannelMetaSection[]; }A channel app config object for optionally configuring the channel's user interface in the control panel.

Referenced Types

On this page