[Go to site: main page, start]

Interface StringFieldInputConfig

interface StringFieldInputConfig {
    elementType?: "input" | "textarea" | "prose-mirror" | "code-mirror";
}
Index

Properties

Properties

elementType?: "input" | "textarea" | "prose-mirror" | "code-mirror"

The element to create for this form field