UiPlugin: MetadataWithContent & {
    description?: string | null;
    extensionPointIdentifier: string;
    isEnabled: boolean;
    language: string;
    masterLabel: string;
}

Type declaration

  • Optional description?: string | null
  • extensionPointIdentifier: string
  • isEnabled: boolean
  • language: string
  • masterLabel: string