UNPKG

@openmrs/esm-framework

Version:
53 lines (28 loc) 1.27 kB
[@openmrs/esm-framework](../API.md) / ExtensionSlotConfig # Interface: ExtensionSlotConfig ## Table of contents ### Properties - [add](ExtensionSlotConfig.md#add) - [configure](ExtensionSlotConfig.md#configure) - [order](ExtensionSlotConfig.md#order) - [remove](ExtensionSlotConfig.md#remove) ## Properties ### add`Optional` **add**: `string`[] #### Defined in [packages/framework/esm-config/src/types.ts:49](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-config/src/types.ts#L49) ___ ### configure`Optional` **configure**: [`ExtensionSlotConfigureValueObject`](ExtensionSlotConfigureValueObject.md) #### Defined in [packages/framework/esm-config/src/types.ts:52](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-config/src/types.ts#L52) ___ ### order`Optional` **order**: `string`[] #### Defined in [packages/framework/esm-config/src/types.ts:51](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-config/src/types.ts#L51) ___ ### remove`Optional` **remove**: `string`[] #### Defined in [packages/framework/esm-config/src/types.ts:50](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-config/src/types.ts#L50)