Skip to content

Documentation / @geoverse/react / GvInfoWindowProps

Interface: GvInfoWindowProps

Defined in: react/src/components/controls.tsx:49

Properties

children?

ts
optional children?: ReactNode;

Defined in: react/src/components/controls.tsx:56

弹窗内容(经 React portal 投递到 overlay 元素)


onClose?

ts
optional onClose?: () => void;

Defined in: react/src/components/controls.tsx:58

Returns

void


onOpen?

ts
optional onOpen?: () => void;

Defined in: react/src/components/controls.tsx:57

Returns

void


open?

ts
optional open?: boolean;

Defined in: react/src/components/controls.tsx:53

是否打开(受控)


options?

ts
optional options?: InfoOptions;

Defined in: react/src/components/controls.tsx:54


position

ts
position: Coordinate;

Defined in: react/src/components/controls.tsx:51

弹窗位置(WGS-84 经纬度)