ComPDF React Native - v3.0.0
    Preparing search index...

    Interface CPDFFormStyleDialogDismissedEvent

    interface CPDFFormStyleDialogDismissedEvent {
        type:
            | "textField"
            | "checkBox"
            | "radioButton"
            | "listBox"
            | "comboBox"
            | "pushButton";
    }
    Index

    Properties

    Properties

    type:
        | "textField"
        | "checkBox"
        | "radioButton"
        | "listBox"
        | "comboBox"
        | "pushButton"