> 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-v5/enums/conditiontype.md).

# ConditionType

## Index

### Enumeration members

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

## Enumeration members

### IsAbsent

• **IsAbsent**: = "IsAbsent"

*Defined in* [*src/types/index.ts:392*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L392)

### IsAnyOf

• **IsAnyOf**: = "IsAnyOf"

*Defined in* [*src/types/index.ts:393*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L393)

### IsIdentity

• **IsIdentity**: = "IsIdentity"

*Defined in* [*src/types/index.ts:396*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L396)

### IsNoneOf

• **IsNoneOf**: = "IsNoneOf"

*Defined in* [*src/types/index.ts:394*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L394)

### IsPresent

• **IsPresent**: = "IsPresent"

*Defined in* [*src/types/index.ts:391*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L391)

### IsPrimaryIssuanceAgent

• **IsPrimaryIssuanceAgent**: = "IsPrimaryIssuanceAgent"

*Defined in* [*src/types/index.ts:395*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L395)
