> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v9/enums/conditiontype.md).

# ConditionType

## Index

### Enumeration members

* [IsAbsent](/polymesh-sdk-api-reference/docs-v9/enums/conditiontype.md#isabsent)
* [IsAnyOf](/polymesh-sdk-api-reference/docs-v9/enums/conditiontype.md#isanyof)
* [IsExternalAgent](/polymesh-sdk-api-reference/docs-v9/enums/conditiontype.md#isexternalagent)
* [IsIdentity](/polymesh-sdk-api-reference/docs-v9/enums/conditiontype.md#isidentity)
* [IsNoneOf](/polymesh-sdk-api-reference/docs-v9/enums/conditiontype.md#isnoneof)
* [IsPresent](/polymesh-sdk-api-reference/docs-v9/enums/conditiontype.md#ispresent)

## Enumeration members

### IsAbsent

• **IsAbsent**: = "IsAbsent"

*Defined in* [*src/types/index.ts:356*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L356)

### IsAnyOf

• **IsAnyOf**: = "IsAnyOf"

*Defined in* [*src/types/index.ts:357*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L357)

### IsExternalAgent

• **IsExternalAgent**: = "IsExternalAgent"

*Defined in* [*src/types/index.ts:359*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L359)

### IsIdentity

• **IsIdentity**: = "IsIdentity"

*Defined in* [*src/types/index.ts:360*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L360)

### IsNoneOf

• **IsNoneOf**: = "IsNoneOf"

*Defined in* [*src/types/index.ts:358*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L358)

### IsPresent

• **IsPresent**: = "IsPresent"

*Defined in* [*src/types/index.ts:355*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L355)
