IJsonConfEditorOnTypeEditorGenerated Method

Definition

Namespace: MFiles.VAF.Configuration.JsonEditor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
void OnTypeEditorGenerated(
	SchemaGenerator generator,
	Schema schema,
	Type editorType,
	Object editor
)

Parameters

generator  SchemaGenerator
 
schema  Schema
 
editorType  Type
 
editor  Object
 

See Also