mobx-sentinel API doc
    Preparing search index...
    type Config = {
        getter: () => string | null;
        onChange?: Attrs["onChange"];
        onFocus?: Attrs["onFocus"];
        setter: (value: string) => void;
    }
    Index

    Properties

    getter: () => string | null

    Get the value from the model

    onChange?: Attrs["onChange"]

    [Extend] Change handler

    onFocus?: Attrs["onFocus"]

    [Extend] Focus handler

    setter: (value: string) => void

    Set the value to the model