File

src/app/core/entity/entity-field-edit/dynamic-edit/edit-component.interface.ts

Description

Interface for custom edit components. The inputs are passed on by the DynamicEditComponent.

Index

Properties

Properties

entity
entity: Entity
Type : Entity
Optional
formFieldConfig
formFieldConfig: FormFieldConfig
Type : FormFieldConfig
Optional
import { Entity } from "#src/app/core/entity/model/entity";
import { FormFieldConfig } from "#src/app/core/common-components/entity-form/FormConfig";

/**
 * Interface for custom edit components.
 * The inputs are passed on by the DynamicEditComponent.
 */
export interface EditComponent {
  formFieldConfig?: FormFieldConfig;
  entity?: Entity;
}

results matching ""

    No results matching ""