import { neon, neonFilter  } from "@aditosoftware/jdito-types";

//kind is being set using the provider that is behind the view, since the recipe params are only set when initially loading the view, but set to null once you edit or create a dataset
var recipe = neonFilter.createEntityRecordsRecipeBuilder()
    .uidsIncludelist(null);
neon.openContextWithRecipe("TopicTreeTopicConfiguration", "TopicTreeTopicConfigurationPresetFilter_view", recipe.toString(), neon.OPERATINGSTATE_SEARCH);