ProcessedCategory

Functions

Link copied to clipboard
open fun <T : ProcessedCategory?> collect(categories: Iterable<out T>): @Unmodifiable LinkedHashMap<String, T>
Collect a list of categories into a map that can be used by MoulConfigEditor.
Link copied to clipboard
@Unmodifiable
abstract fun getAccordionAnchors(): @Unmodifiable Map<out Integer, out ProcessedOption>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getIdentifier(): String
Link copied to clipboard
@Unmodifiable
abstract fun getOptions(): @Unmodifiable List<out ProcessedOption>
Link copied to clipboard
@Nullable
abstract fun getParentCategoryId(): @Nullable String