Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
aaWindowInstance.on('BEFORE_VIEW_INIT', (html, payload) => {
if(payload.event === 'MYBOT_EMPTY_TEMPLATE'){
// Customize MyBot empty template if required.
}
});
aaWindowInstance.on('BEFORE_VIEW_INIT', (html, payload) => {
if(payload.event === 'MYBOT_HEADER_LEFT_SECTION'){
// Customize the left section of the MyBot header if required.
}
});
aaWindowInstance.on('BEFORE_VIEW_INIT', (html, payload) => {
if(payload.event === 'MYBOT_HEADER_RIGHT_SECTION'){
// Customize the right section of the MyBot header if required.
}
});
Was this page helpful?