UNPKG

@openmrs/esm-framework

Version:
50 lines (26 loc) 1.25 kB
[@openmrs/esm-framework](../API.md) / FeatureFlagDefinition # Interface: FeatureFlagDefinition A definition of a feature flag extracted from the routes.json ## Table of contents ### Properties - [description](FeatureFlagDefinition.md#description) - [flagName](FeatureFlagDefinition.md#flagname) - [label](FeatureFlagDefinition.md#label) ## Properties ### description • **description**: `string` An explanation of what the flag does, which will be displayed in the Implementer Tools #### Defined in [packages/framework/esm-globals/src/types.ts:374](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L374) ___ ### flagName • **flagName**: `string` A code-friendly name for the flag, which will be used to reference it in code #### Defined in [packages/framework/esm-globals/src/types.ts:370](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L370) ___ ### label • **label**: `string` A human-friendly name which will be displayed in the Implementer Tools #### Defined in [packages/framework/esm-globals/src/types.ts:372](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L372)