Skip to main content
Version: v3

View

The View container is analogous to the div in the Web standard.

Type

(props: Props, renderFuncArr?: RenderFunc | Array<RenderFunc>) => result: RenderFunc

Props: object

NameDescriptionRequiredTypeDefault
styleStyle property, support for CSS attributesNOobject-
onClickTriggers a callback when the component requests to be closedNOfunction-