# CapabilityGrant

Describes what a capability token grants: a set of function ids, a set of [FeatureId](../enums/featureid.md)
values, and optionally other tokens it implies. `implies` is expanded recursively by
`CapabilityRegistry.resolve`, not by anything in this file.

## Properties

### features 

• **features**: *[FeatureId](../enums/featureid.md)[]*

*Defined in [src/license/capabilities.ts:59](https://github.com/handsontable/hyperformula/blob/7c25bbc/src/license/capabilities.ts#L59)*

___

### functions 

• **functions**: *string[]*

*Defined in [src/license/capabilities.ts:58](https://github.com/handsontable/hyperformula/blob/7c25bbc/src/license/capabilities.ts#L58)*

___

### implies

• **implies**? : *string[]*

*Defined in [src/license/capabilities.ts:60](https://github.com/handsontable/hyperformula/blob/7c25bbc/src/license/capabilities.ts#L60)*