interface FormRowConfig {
    config: FormWidgetConfig;
    key: string;
    name: string;
}

Properties

Properties

key: string
name: string