Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRenderedProps<T>

Type parameters

  • T = Record<string, any>

Hierarchy

  • IRenderedProps

Index

Properties

Properties

content

content: string

The parsed content string to be passed to component props for rendering.

data

data: T

Optional metadata parsed from file with file type is markdown.

Optional err

err: string

This is more or less so you know there's an issue only the error message will be present, see console for full stack. When an error is present the raw string is returned in content.

Generated using TypeDoc