Class: CGallery
frontend.CGallery
Hierarchy#
Component<TCGalleryProps>↳
CGallery
Table of contents#
Constructors#
Methods#
Constructors#
constructor#
• new CGallery(props)
Parameters#
| Name | Type |
|---|---|
props | TCGalleryProps | Readonly<TCGalleryProps> |
Inherited from#
React.Component<TCGalleryProps>.constructor
Defined in#
node_modules/@types/react/index.d.ts:475
• new CGallery(props, context)
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters#
| Name | Type |
|---|---|
props | TCGalleryProps |
context | any |
Inherited from#
React.Component<TCGalleryProps>.constructor
Defined in#
node_modules/@types/react/index.d.ts:480
Methods#
render#
â–¸ render(): Element
Returns#
Element
Overrides#
React.Component.render
Defined in#
system/core/frontend/src/components/CGallery/CGallery.tsx:256