> For the complete documentation index, see [llms.txt](https://docs.electricbolt.co.nz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.electricbolt.co.nz/configuration-subclasses/supported-property-types.md).

# Supported property types

## Local properties

Appfigurate supports the following configurable local property types:

<table><thead><tr><th width="140">Type</th><th>Swift</th><th>Obj-C</th><th>Dart</th><th>JavaScript</th></tr></thead><tbody><tr><td><strong>Boolean</strong></td><td><a href="/configuration-subclasses/supported-property-types/boolean.md">Bool</a></td><td><a href="/configuration-subclasses/supported-property-types/boolean.md">BOOL</a></td><td><a href="/configuration-subclasses/supported-property-types/boolean.md">bool</a></td><td><a href="/configuration-subclasses/supported-property-types/boolean.md">Boolean</a></td></tr><tr><td><strong>Integer</strong></td><td><a href="/configuration-subclasses/supported-property-types/integer.md">Int</a></td><td><a href="/configuration-subclasses/supported-property-types/integer.md">NSInteger</a></td><td><a href="/configuration-subclasses/supported-property-types/integer.md">int</a></td><td><a href="/configuration-subclasses/supported-property-types/double.md">Number</a></td></tr><tr><td><strong>Float</strong></td><td><a href="/configuration-subclasses/supported-property-types/float.md">Float</a></td><td><a href="/configuration-subclasses/supported-property-types/float.md">float</a></td><td><a href="/configuration-subclasses/supported-property-types/double.md">double</a></td><td><a href="/configuration-subclasses/supported-property-types/double.md">Number</a></td></tr><tr><td><strong>Double</strong></td><td><a href="/configuration-subclasses/supported-property-types/double.md">Double</a></td><td><a href="/configuration-subclasses/supported-property-types/double.md">double</a></td><td><a href="/configuration-subclasses/supported-property-types/double.md">double</a></td><td><a href="/configuration-subclasses/supported-property-types/double.md">Number</a></td></tr><tr><td><strong>Plain Strings</strong></td><td><a href="/configuration-subclasses/supported-property-types/plain-string.md">String</a></td><td><a href="/configuration-subclasses/supported-property-types/plain-string.md">NSString</a></td><td><a href="/configuration-subclasses/supported-property-types/plain-string.md">String</a></td><td><a href="/configuration-subclasses/supported-property-types/plain-string.md">String</a></td></tr><tr><td><strong>Encrypted Strings</strong></td><td><a href="/configuration-subclasses/supported-property-types/encrypted-string.md">String</a></td><td><a href="/configuration-subclasses/supported-property-types/encrypted-string.md">NSString</a></td><td><a href="/configuration-subclasses/supported-property-types/encrypted-string.md">String</a></td><td><a href="/configuration-subclasses/supported-property-types/encrypted-string.md">String</a></td></tr></tbody></table>

## Remote properties

Appfigurate supports the following configurable remote property types when integrated with a [third party remote configuration provider](/getting-started/third-party-remote-configuration-providers.md):

<table><thead><tr><th width="139">Type</th><th>Swift</th><th>Obj-C</th><th>Dart</th><th>JavaScript</th></tr></thead><tbody><tr><td><strong>Boolean</strong></td><td><a href="/configuration-subclasses/supported-property-types/boolean.md#swift-2">Bool</a></td><td><a href="/configuration-subclasses/supported-property-types/boolean.md#objective-c-2">BOOL</a></td><td><a href="/configuration-subclasses/supported-property-types/boolean.md#dart-2">bool</a></td><td><a href="/configuration-subclasses/supported-property-types/boolean.md#javascript-2">Boolean</a></td></tr><tr><td><strong>Integer</strong></td><td><a href="/configuration-subclasses/supported-property-types/integer.md#swift-5">Int</a></td><td><a href="/configuration-subclasses/supported-property-types/integer.md#objective-c-5">NSInteger</a></td><td><a href="/configuration-subclasses/supported-property-types/integer.md#dart-5">int</a></td><td><a href="/configuration-subclasses/supported-property-types/integer.md#javascript-5">Number</a></td></tr><tr><td><strong>Double</strong></td><td><a href="/configuration-subclasses/supported-property-types/double.md#swift-5">Double</a></td><td><a href="/configuration-subclasses/supported-property-types/double.md#objective-c-5">double</a></td><td><a href="/configuration-subclasses/supported-property-types/double.md#dart-5">double</a></td><td><a href="/configuration-subclasses/supported-property-types/double.md#javascript-5">Number</a></td></tr><tr><td><strong>Plain String</strong></td><td><a href="/configuration-subclasses/supported-property-types/plain-string.md#swift-4">String</a></td><td><a href="/configuration-subclasses/supported-property-types/plain-string.md#objective-c-4">NSString</a></td><td><a href="/configuration-subclasses/supported-property-types/plain-string.md#dart-4">String</a></td><td><a href="/configuration-subclasses/supported-property-types/plain-string.md#javascript-4">String</a></td></tr></tbody></table>
