package additionalInfo
- Alphabetic
- Public
- Protected
Type Members
- sealed trait AdditionalInfo extends AnyRef
This trait represents additional information which can be presented for each node To see usage please check NodeAdditionalInfoProvider trait and NodeAdditionalInfoBox component Each type of info (i.e.
This trait represents additional information which can be presented for each node To see usage please check NodeAdditionalInfoProvider trait and NodeAdditionalInfoBox component Each type of info (i.e. implementation of this trait) must also be handled in NodeAdditionalInfoBox.ts!
- trait AdditionalInfoProvider extends AnyRef
Trait allowing models to prepare additional info for nodes (e.g.
Trait allowing models to prepare additional info for nodes (e.g. links, sample data etc.) Implementations have to be registered via ServiceLoader mechanism.
additionalInfo method is invoked when node changes, so it should be relatively fast.
- case class MarkdownAdditionalInfo(content: String) extends AdditionalInfo with Product with Serializable
Contents will be rendered via https://github.com/rexxars/react-markdown component
Value Members
- object AdditionalInfo