@mapsindoors/react-native-maps-indoors-google-maps
    Preparing search index...

    Interface MPDataFieldParams

    Parameter interface for MPDataField.

    MPDataFieldParams

    interface MPDataFieldParams {
        text?: string;
        type?: string;
        value?: string;
    }
    Index

    Properties

    Properties

    text?: string

    Text that describes the value.

    type?: string

    The type of the value (text, number, etc.)

    value?: string

    The value of the field.