[@kineviz/graphxr-api](../README.md) / [Exports](../modules.md) / RequestData

# Interface: RequestData

## Table of contents

### Methods

- [setLabelConfig](RequestData.md#setlabelconfig)

## Methods

### setLabelConfig

▸ **setLabelConfig**(`category`, `config`): `Promise`<`unknown`\>

#### Parameters

| Name | Type |
| :------ | :------ |
| `category` | [`CategoryId`](../modules.md#categoryid) |
| `config` | [`CategoryConfig`](CategoryConfig.md) |

#### Returns

`Promise`<`unknown`\>

#### Defined in

[runtime.ts:20](https://bitbucket.org/kineviz/graphxr-api/src/c752a8c/src/runtime.ts#lines-20)
