UNPKG

@openmrs/esm-framework

Version:
37 lines (19 loc) 947 B
[@openmrs/esm-framework](../API.md) / ConfigObject # Interface: ConfigObject ## Indexable ▪ [key: `string`]: `any` ## Table of contents ### Properties - [Display conditions](ConfigObject.md#display conditions) - [Translation overrides](ConfigObject.md#translation overrides) ## Properties ### Display conditions`Optional` **Display conditions**: [`DisplayConditionsConfigObject`](DisplayConditionsConfigObject.md) Options that control when this extension is displayed #### Defined in [packages/framework/esm-config/src/types.ts:31](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-config/src/types.ts#L31) ___ ### Translation overrides`Optional` **Translation overrides**: `Record`<`string`, `Record`<`string`, `string`\>\> #### Defined in [packages/framework/esm-config/src/types.ts:32](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-config/src/types.ts#L32)