Glue42 Plugin Options
The Options required for when using the Glue42 plugin
Glue42 Desktop provides a mechanism whereby AdapTable can be integreated with multiple widgets
Glue42 Options Example
const adaptableOptions: AdaptableOptions = {
plugins: [
glue42({
glue: glue42Desktop, // this is the glue object
glue4Office: glue42office, // this is the Glue4Office object
username: 'Test User',
password: 'testUserPassword',
}),
],
};
Glue42 Plugin Options Properties
Property | Description |
---|---|
gatewayURL | Gateway URL |
glue | Main Glue desktop object |
glue42Office | Main Glue42 Office object |
password | Password to use to login to Glue42; typically sourced from PC Credentials |
username | UserName to use to login to Glue42; typically sourced from PC Credentials |