LogoLogo
Ctrlk
Home
  • Documentation
  • Developers
  • The Venue Developer Documentation
  • Next.js SDK
    • React Components
    • reference
      • Index
      • functions
      • interfaces
        • NodeHandlers
        • NodeProps
        • RenderNode
      • type-aliases
  • TypeScript SDK
  • REST API
Powered by GitBook
On this page
  • Interface: RenderNode
  • Indexable
  • Properties
  1. Next.js SDK
  2. reference
  3. interfaces

RenderNode

@venuecms/sdk-next


Interface: RenderNode

Defined in: sdk-next/src/components/VenueContent/index.tsx:289

Indexable

[attr: string]: any

Properties

Property
Type
Defined in

attrs?

Attrs

sdk-next/src/components/VenueContent/index.tsx:291

content?

RenderNode[]

sdk-next/src/components/VenueContent/index.tsx:293

marks?

Attrs[]

sdk-next/src/components/VenueContent/index.tsx:292

type

string

sdk-next/src/components/VenueContent/index.tsx:290

Last updated 1 month ago