Membrane React - v0.2.1
    Preparing search index...

    Interface IFieldComponent

    interface IFieldComponent {
        field: IDataBuilderField;
        onChange?: (value: any) => void;
        onKeyChange?: (key: string) => void;
        onDelete?: () => void;
        onEnter?: () => void;
        refsToIgnoreClick?: PopperRefElementType[];
    }
    Index

    Properties

    onChange?: (value: any) => void
    onKeyChange?: (key: string) => void
    onDelete?: () => void
    onEnter?: () => void
    refsToIgnoreClick?: PopperRefElementType[]