Interface TextProperty


public interface TextProperty
  • Method Summary

    Modifier and Type Method Description
    @NotNull String get()  
    void onChange​(@NotNull Consumer<String> callback)  
  • Method Details

    • get

      @NotNull @NotNull String get()
    • onChange

      void onChange​(@NotNull @NotNull Consumer<String> callback)