Skip to content

ModalEdit

@tsed/schema-formio

Usage

typescript
import { ModalEdit } from "@tsed/schema-formio";

See /packages/third-parties/schema-formio/src/types/decorators/modalEdit.ts.

Overview

ts
function ModalEdit(modalEdit?: boolean): PropertyDecorator;

Description

Opens up a modal to edit the value of this component.

Released under the MIT License.