Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.15 KB

File metadata and controls

37 lines (21 loc) · 1.15 KB

@onzag/itemize / Modules / base/Root/Module/search-mode

Module: base/Root/Module/search-mode

This file contains the critical build for the search mode build of a module given an input of a module to be converted into its search form

Table of contents

Functions

Functions

buildSearchModeModule

buildSearchModeModule(rawData, rootI18nData): IModuleRawJSONDataType

Builds the module based on its raw data

Parameters

Name Type Description
rawData IModuleRawJSONDataType the raw data for the module
rootI18nData Ii18NType the root i18n data

Returns

IModuleRawJSONDataType

a raw module

Defined in

base/Root/Module/search-mode.ts:20