Package

pl.touk.nussknacker.engine

additionalInfo

Permalink

package additionalInfo

Visibility
  1. Public
  2. All

Type Members

  1. case class MarkdownNodeAdditionalInfo(content: String) extends NodeAdditionalInfo with Product with Serializable

    Permalink

    Contents will be rendered via https://github.com/rexxars/react-markdown component

  2. sealed trait NodeAdditionalInfo extends AnyRef

    Permalink

    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!

  3. trait NodeAdditionalInfoProvider extends AnyRef

    Permalink

    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.

    TODO: this trait should be in API, but we rely on NodeData, so we have to have it in interpreter ATM...

Value Members

  1. object NodeAdditionalInfo

    Permalink

Ungrouped