Interface DescriptiveProperty<T>

    • Method Detail

      • getDisplayName

        LocalizedString getDisplayName()
        A friendly display name for the property. If not set, will return a raw LocalizedString that contains the property name.
      • getCategory

        LocalizedString getCategory()
        The category under which this property will be placed when editing.
      • getDescription

        LocalizedString getDescription()
        Optional description/documentation for the property. May return null if no information is available.