Interface ISpecificationNodeConfigurator


@OpenApiAll public interface ISpecificationNodeConfigurator
Specification dialog tree node configurator. Configures specification dialog tree node of some Element.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Configure specification dialog tree node of some Element.
  • Method Details

    • configure

      void configure(IConfigurableNode node, Element element)
      Configure specification dialog tree node of some Element.
      Parameters:
      node - configurable specification tree node
      element - current Element the node represents.