Returns the config attribute that can be used to store node specific data that
WILL be saved to the json. The config attribute should be changed via the action Actions.updateNodeAttributes rather
than directly, for example:
this.state.model.doAction(
FlexLayout.Actions.updateNodeAttributes(node.getId(), {config:myConfigObject}));
Returns AttributeValue
getContentClassName
getContentClassName():string|undefined
Returns string|undefined
getExtraData
getExtraData():Record<string,unknown>
Returns an object that can be used to store transient node specific data that will
NOT be saved in the json.
Returns the config attribute that can be used to store node specific data that WILL be saved to the json. The config attribute should be changed via the action Actions.updateNodeAttributes rather than directly, for example: this.state.model.doAction( FlexLayout.Actions.updateNodeAttributes(node.getId(), {config:myConfigObject}));