Alokai

ChannelMetaSection

If set, when the app is loaded within the control panel, the navigation sections will be directly embedded in the control panel navigation.

interface ChannelMetaSection {
	query_path: string;
	title: string;
}

Properties

NameRequiredTypeDescription
query_pathRequiredstringThe value that will be passed to the app's iFrame in the URL and will allow the app to display the appropriate section within the app iFrame in the control panel.
titleRequiredstringThe title of the navigation section. Example: Settings

On this page