Live Query
Setup
env.json
{
...
"LIVE_QUERY_SERVER": true,
"LIVE_QUERY_SETTINGS": {
"classNames": ["Changelog", "YourCollection"]
},
...
}live-query-classnames hook
Last updated
{
...
"LIVE_QUERY_SERVER": true,
"LIVE_QUERY_SETTINGS": {
"classNames": ["Changelog", "YourCollection"]
},
...
}Last updated
Actinium.Hook.register('live-query-classnames', classNames => {
classNames.push('MyPluginCollection');
});