mobx-sentinel API doc
    Preparing search index...

    Interface FormBinding

    Interface for form binding classes

    interface FormBinding {
        config?: object;
        props: object;
    }
    Index

    Properties

    Properties

    config?: object

    Configuration of the binding

    props: object

    Binding properties which passed to the view component