Frontend API
export class Group
A group is a part of the flow, that has quite the same structure.
This is a concept of the flow-based programming network protocol, as described here : https://flowbased.github.io/fbp-protocol/#graph-addgroup
Created by antoine on 15/06/2017.
getGroup (): Object
Returns the group object in the FBP Network Protocol compliant format in order to send it over the communication websocket.
- Returns:
Object
— the FBPNP compliant format message.