Type aliasesConfigMapperFromInputOn this pageType alias: ConfigMapperFromInput<T>Ƭ ConfigMapperFromInput<T>: (i: InputOf<T>) => ConfigOf<T>Type parametersNameTypeTextends ConfigType declaration▸ (i): ConfigOf<T>Function that resolve the config from the input of the component.ParametersNameTypeiInputOf<T>ReturnsConfigOf<T>Defined inpackages/core/src/typing/component.ts:73