PositionDialogOptions
Interface
Properties
customFields
OptionalCustom fields to be displayed in the dialog (adds additional input fields to the Order dialog).
Example
customFields: [
    {
        inputType: 'TextWithCheckBox',
        id: '2410',
        title: 'Digital Signature',
        placeHolder: 'Enter your personal digital signature',
        value: {
            text: '',
            checked: false,
        },
        customInfo: {
            asterix: true,
            checkboxTitle: 'Save',
        },
    }
]