Interface SuggestionSource

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface SuggestionSource
    • Method Detail

      • getSuggestions

        java.util.concurrent.CompletableFuture<java.util.Map<java.lang.String,​com.inductiveautomation.ignition.common.gson.JsonElement>> getSuggestions​(DocumentNode node,
                                                                                                                                                              JsonSchema schema)