Skip to content

@morph-mapper/source


@morph-mapper/source / RuntimeSchemaConfigSection

Type Alias: RuntimeSchemaConfigSection

RuntimeSchemaConfigSection = object

Defined in: types/runtime.ts:63

Properties

advanced?

optional advanced?: boolean

Defined in: types/runtime.ts:67


childConfigurations?

optional childConfigurations?: string[]

Defined in: types/runtime.ts:68


conditions?

optional conditions?: Record<string, Record<string, RuntimeConfigCondition>>

Defined in: types/runtime.ts:70


description?

optional description?: string

Defined in: types/runtime.ts:65


hidden?

optional hidden?: boolean

Defined in: types/runtime.ts:66


mutate

mutate: RuntimeMutateFn

Defined in: types/runtime.ts:71


options

options: Record<string, RuntimeSchemaConfigOption>

Defined in: types/runtime.ts:69


title

title: string

Defined in: types/runtime.ts:64