# FeatureId

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

`CustomFunctions` is reserved vocabulary: it exists so a license payload is free to carry it,
but HF-307 decision D1 drops function-registration gating (and the `CustomFunctions` grant)
from this release, so no capability grant maps to it.

`ImportExport` IS granted, by the `import_export` add-on token (2026-08-12 packages meeting) —
but it gates no public method yet, because HF-107 hasn't shipped the import/export feature it
would gate. The grant exists; the gate does not, yet.

## Enumeration members

### Batching 

• **Batching**: = "batching"

*Defined in [src/license/LicenseEntitlement.ts:22](https://github.com/handsontable/hyperformula/blob/dcf9354/src/license/LicenseEntitlement.ts#L22)*

___

### Clipboard 

• **Clipboard**: = "clipboard"

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

___

### Crud 

• **Crud**: = "crud"

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

___

### CustomFunctions 

• **CustomFunctions**: = "custom_functions"

*Defined in [src/license/LicenseEntitlement.ts:23](https://github.com/handsontable/hyperformula/blob/dcf9354/src/license/LicenseEntitlement.ts#L23)*

___

### ImportExport 

• **ImportExport**: = "import_export"

*Defined in [src/license/LicenseEntitlement.ts:24](https://github.com/handsontable/hyperformula/blob/dcf9354/src/license/LicenseEntitlement.ts#L24)*

___

### NamedExpressions 

• **NamedExpressions**: = "named_expressions"

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

___

### UndoRedo 

• **UndoRedo**: = "undo_redo"

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