Searchbar Data Installer
Types
Link copied to clipboard
Link copied to clipboard
data class SignatureWithId(val driWithSourceSets: SearchbarDataInstaller.DRIWithSourceSets, val displayableSignature: String)
Functions
Link copied to clipboard
open fun createSearchRecord(name: String, description: String?, location: String, searchKeys: List<String>): SearchRecord
Link copied to clipboard
open fun generatePagesList(pages: List<SearchbarDataInstaller.SignatureWithId>, locationResolver: DriResolver): List<SearchRecord>
Link copied to clipboard