Packages

p

pl.touk.nussknacker.engine

additionalInfo

package additionalInfo

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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!

  2. 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.

  3. 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

  1. object AdditionalInfo

Ungrouped