Type Alias gmfDisplayQueryWindowOptions

gmfDisplayQueryWindowOptions: {
    collapsed?: boolean;
    displayNullAttributes?: boolean;
    featuresStyle: StyleLike;
    selectedFeatureStyle: StyleLike;
}

The display query window component options.

Type declaration

  • Optionalcollapsed?: boolean

    If the query result window is collapsed.

  • OptionaldisplayNullAttributes?: boolean

    If the attributes with null values should be displayed.

  • featuresStyle: StyleLike

    A style object for all features from the result of the query.

  • selectedFeatureStyle: StyleLike

    A style object for the currently selected features.