Creates a Px5 connector instance
const px5 = new Px5AddInConnector("My Add-in", "1.0", "My Company", message => {
switch(message.method) {
case "GetInfoFromPx5":
console.log("Info from Px5 received", message);
break;
default:
console.log("Something else received", message);
}
});
Name of the add-in
Version of the add-in
Person or company who develop the add-in
Handler for message events from Px5
Private
#addinPrivate
#insideStatic
versionPrivate
#postSends a message to Px5
Message for sending
Change the value of an input control in Px5
Name of the input control in Px5
Value
sends message "ChangeInputValueInPx5" to Px5
Notice: Hidden pxHelpFields will not be validated
Returns the definition of the current add-in
AddInDefinition
Connector for Px5 Add-ins
Author
Proffix Software AG
Version
1.0.0