> ## Documentation Index
> Fetch the complete documentation index at: https://docs.forterulesengine.io/llms.txt
> Use this file to discover all available pages before exploring further.

# FunctionArgument

> v0.20.5

> **FunctionArgument** = `object`

Defined in: [src/modules/types.ts:301](https://github.com/Forte-Service-Company-Ltd/forte-rules-engine-sdk/blob/40cc8388cecd8ee445b00b9df2b681cff8552ece/src/modules/types.ts#L301)

Function argument representation in rule components

## Properties

### name

> **name**: `string`

Defined in: [src/modules/types.ts:303](https://github.com/Forte-Service-Company-Ltd/forte-rules-engine-sdk/blob/40cc8388cecd8ee445b00b9df2b681cff8552ece/src/modules/types.ts#L303)

Name of the argument

***

### rawType

> **rawType**: `string`

Defined in: [src/modules/types.ts:307](https://github.com/Forte-Service-Company-Ltd/forte-rules-engine-sdk/blob/40cc8388cecd8ee445b00b9df2b681cff8552ece/src/modules/types.ts#L307)

Raw type identifier

***

### tIndex

> **tIndex**: `number`

Defined in: [src/modules/types.ts:305](https://github.com/Forte-Service-Company-Ltd/forte-rules-engine-sdk/blob/40cc8388cecd8ee445b00b9df2b681cff8552ece/src/modules/types.ts#L305)

Type index
