interface FormWidgetTextEditConfig {
    initialValue: string;
}

Properties

Properties

initialValue: string