Skip to main content

Interface: MapCompassArcMaskProps

Defined in: workingtitle-instruments-epic2/shared/Map/MapCompassArcMask.tsx:4

Props for MapCompassArcMask.

Extends

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


innerHeightPx

innerHeightPx: number

Defined in: workingtitle-instruments-epic2/shared/Map/MapCompassArcMask.tsx:12

The mask inner container height. Should match the height of this component's parent.


isEnabled

isEnabled: boolean

Defined in: workingtitle-instruments-epic2/shared/Map/MapCompassArcMask.tsx:6

When false, it will just render the children.


maskHeightPx

maskHeightPx: number

Defined in: workingtitle-instruments-epic2/shared/Map/MapCompassArcMask.tsx:8

The mask height.


maskWidth?

optional maskWidth: string

Defined in: workingtitle-instruments-epic2/shared/Map/MapCompassArcMask.tsx:10

The mask width


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref