@openmrs/esm-framework
Version:
48 lines (25 loc) • 1.17 kB
Markdown
[@openmrs/esm-framework](../API.md) / ExtensionSlotConfigObject
# Interface: ExtensionSlotConfigObject
## Table of contents
### Properties
- [add](ExtensionSlotConfigObject.md#add)
- [order](ExtensionSlotConfigObject.md#order)
- [remove](ExtensionSlotConfigObject.md#remove)
## Properties
### add
• `Optional` **add**: `string`[]
Additional extension IDs to assign to this slot, in addition to those `attach`ed in code.
#### Defined in
[packages/framework/esm-config/src/types.ts:61](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-config/src/types.ts#L61)
___
### order
• `Optional` **order**: `string`[]
Overrides the default ordering of extensions.
#### Defined in
[packages/framework/esm-config/src/types.ts:65](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-config/src/types.ts#L65)
___
### remove
• `Optional` **remove**: `string`[]
Extension IDs which were `attach`ed to the slot but which should not be assigned.
#### Defined in
[packages/framework/esm-config/src/types.ts:63](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-config/src/types.ts#L63)