Skip to main content

Interface: ModalProps

Defined in: workingtitle-instruments-epic2/shared/Modals/Modal.tsx:8

The properties for the Modal component.

Extends

Properties

bus

readonly bus: EventBus

Defined in: workingtitle-instruments-epic2/shared/Modals/Modal.tsx:10

An instance of the event bus.


children?

optional children: DisplayChildren[]

Defined in: sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

ComponentProps.children


modalService

readonly modalService: ModalService

Defined in: workingtitle-instruments-epic2/shared/Modals/Modal.tsx:12

An instance of the event bus.


ref?

optional ref: NodeReference<any>

Defined in: sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

ComponentProps.ref