Interface Element.Attr

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String COLLECTION
      Indicates the Collection ID as used by Media Services.
      static String COLOR
      Used to indicate the color of something.
      static String ID
      Some kind of identifier.
      static String LEVEL
      An indentation or nesting level, given as an integer value from 1 to 6.
      static String LOCAL_ID
      Some kind of identifier.
      static String OCCURRENCE_KEY
      A token provided by media services in reference to a specific use of a given piece of content.
      static String SIZE
      The size of something.
      static String TEXT
      Provides text content.
      static String TITLE
      Provides the title text for an active page element, such as a hyperlink or an expandable section.
    • Field Detail

      • COLLECTION

        static final String COLLECTION
        Indicates the Collection ID as used by Media Services. In most places, this value is mandatory but may be left blank. This unusual situation is due to the fact that it has historically been a required value, but Media Services is phasing out its use.
        See Also:
        Constant Field Values
      • COLOR

        static final String COLOR
        Used to indicate the color of something. This is always a string value, but the exact meaning of that string varies. See the color's documentation within the corresponding mark or node for more information about what values are permitted for it.
        See Also:
        Constant Field Values
      • ID

        static final String ID
        Some kind of identifier. The necessity and format of these identifiers varies depending on the mark or node type.
        See Also:
        Constant Field Values
      • LEVEL

        static final String LEVEL
        An indentation or nesting level, given as an integer value from 1 to 6.
        See Also:
        Constant Field Values
      • LOCAL_ID

        static final String LOCAL_ID
        Some kind of identifier. The necessity and format of these identifiers varies depending on the mark or node type.
        See Also:
        Constant Field Values
      • OCCURRENCE_KEY

        static final String OCCURRENCE_KEY
        A token provided by media services in reference to a specific use of a given piece of content. It is generally optional, but required by Media Services when requesting that a piece of content be deleted.
        See Also:
        Constant Field Values
      • SIZE

        static final String SIZE
        The size of something. For example, the border mark uses this to provide the border's width in pixels.
        See Also:
        Constant Field Values
      • TEXT

        static final String TEXT
        Provides text content. Note that text nodes themselves use the "text" key for this, meaning that the value is a field directly on the node itself. The text attributes are instead used in in other contexts where it provides the display or placeholder text for some richer content type, such as the value displayed for a status lozenge or the text shown linked to a user's profile in the case of a mention.
        See Also:
        Constant Field Values
      • TITLE

        static final String TITLE
        Provides the title text for an active page element, such as a hyperlink or an expandable section.
        See Also:
        Constant Field Values