method
Node.UnmarshalJSON
Public method Node.UnmarshalJSON from github.com/riducms/ridu/plugins/richtext.
Arguments
| Argument | Type | Description |
|---|---|---|
data | []byte | The data value. |
Returns
The declared result.
errorFull signature
func (node *Node[T]) UnmarshalJSON(data []byte) errorRelated types
NodeNode contains portable editor properties. Fields is present only for atomic block nodes and holds the field-specific generated payload union.