Back to Node Auth0

Interface FormBlockRichText

docs/interfaces/management.Management.FormBlockRichText.html

5.9.1842 B
Original Source

Interface FormBlockRichText

interface FormBlockRichText {
id: string;
category: "BLOCK";
type: "RICH_TEXT";
config?: FormBlockRichTextConfig;
}

Index

Properties

idcategorytypeconfig?

Properties

id

id: string

category

category: "BLOCK"

type

type: "RICH_TEXT"

Optionalconfig

config?: FormBlockRichTextConfig

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idcategorytypeconfig