# FeatureId

Identifies a feature area of the public API that a license entitlement can gate.

`CustomFunctions` and `ImportExport` are reserved vocabulary: they exist so a license payload
is free to carry them, but no capability grant in this release maps to either of them yet.
HF-307 decision D1 drops function-registration gating (and the `CustomFunctions` grant) from
this release; `ImportExport` has no gated methods until HF-107 lands.

## Enumeration members

### Batching 

• **Batching**: = "batching"

*Defined in [src/license/LicenseEntitlement.ts:19](https://github.com/handsontable/hyperformula/blob/7c25bbc/src/license/LicenseEntitlement.ts#L19)*

___

### Clipboard 

• **Clipboard**: = "clipboard"

*Defined in [src/license/LicenseEntitlement.ts:16](https://github.com/handsontable/hyperformula/blob/7c25bbc/src/license/LicenseEntitlement.ts#L16)*

___

### Crud 

• **Crud**: = "crud"

*Defined in [src/license/LicenseEntitlement.ts:17](https://github.com/handsontable/hyperformula/blob/7c25bbc/src/license/LicenseEntitlement.ts#L17)*

___

### CustomFunctions 

• **CustomFunctions**: = "custom_functions"

*Defined in [src/license/LicenseEntitlement.ts:20](https://github.com/handsontable/hyperformula/blob/7c25bbc/src/license/LicenseEntitlement.ts#L20)*

___

### ImportExport 

• **ImportExport**: = "import_export"

*Defined in [src/license/LicenseEntitlement.ts:21](https://github.com/handsontable/hyperformula/blob/7c25bbc/src/license/LicenseEntitlement.ts#L21)*

___

### NamedExpressions 

• **NamedExpressions**: = "named_expressions"

*Defined in [src/license/LicenseEntitlement.ts:15](https://github.com/handsontable/hyperformula/blob/7c25bbc/src/license/LicenseEntitlement.ts#L15)*

___

### UndoRedo 

• **UndoRedo**: = "undo_redo"

*Defined in [src/license/LicenseEntitlement.ts:18](https://github.com/handsontable/hyperformula/blob/7c25bbc/src/license/LicenseEntitlement.ts#L18)*