Your IP : 172.69.17.155


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/landing/ui/form/baseform/src/internal/
Upload File :
Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/landing/ui/form/baseform/src/internal/type.js

import typeof {BaseField} from 'landing.ui.field.basefield';

type BaseFormOptions = {
	id?: string,
	selector?: string,
	title?: string,
	label?: string,
	type?: string,
	code?: string,
	description?: string,
	headerCheckbox?: {
		text: string,
		onChange: () => void,
		state: boolean,
		help?: string,
	},
	fields: Array<BaseField>,
	hidden?: boolean,
};

export default BaseFormOptions;