Type alias DynamicFormElementOrPage<Context, FieldType>

DynamicFormElementOrPage<Context, FieldType>: DynamicFormElement<Context, FieldType> | DynamicLayoutElementPage<Context, FieldType>

Type Parameters