@groupby/elements-sayt-plugin
v0.1.1
Published
This package contains the GB Elements SAYT Plugin class.
Downloads
8
Maintainers
Keywords
Readme
GroupBy Elements SAYT Plugin
This package contains the GB Elements SAYT Plugin class.
Usage
To use the plugin, simply instantiate it and register it with Core:
const saytPlugin = new SaytPlugin(/* options */);
core.register(saytPlugin);
The plugin registers an instance of the Sayt client with Core.
The SaytPlugin constructor can accept options to configure the exposed Sayt client. See the SaytConfig interface for available options.