ARMapEventSetConfig: ARMapBaseEvent & {
    payload: MapConfigInput;
    type: SET_CONFIG;
}

Type declaration

  • payload: MapConfigInput

    the config to set (all properties are optional and will be merged with the current config)

  • type: SET_CONFIG

Generated using TypeDoc