Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UIExtensionProps

Hierarchy

Index

Properties

Properties

extension

extension: { fieldTypes: EntryFields[]; name: string; sidebar: boolean; src?: undefined | string; srcdoc?: undefined | string }

Type declaration

  • fieldTypes: EntryFields[]

    Field types where an extension can be used

  • name: string

    Extension name

  • sidebar: boolean

    Controls the location of the extension. If true it will be rendered on the sidebar instead of replacing the field's editing control

  • Optional src?: undefined | string

    URL where the root HTML document of the extension can be found

  • Optional srcdoc?: undefined | string

    String representation of the extension (e.g. inline HTML code)