Package com.atlassian.adf.model
Interface Element.Key
-
-
Field Detail
-
ATTRS
static final String ATTRS
Theattrsfield is a map that holds additional attributes for a mark or node. Some elements have required attributes while others do not.- See Also:
- Constant Field Values
-
TYPE
static final String TYPE
Thetypefield specifies a string value that identifies the type of the node. In the JSON schema, this corresponds to an enumerated type with only a single valid value that is specific to that node class, such asparagraphfor the schema'sparagraph_nodetype. Every ADF element must set this property.- See Also:
- Constant Field Values
-
-