Options
All
  • Public
  • Public/Protected
  • All
Menu

属性编辑器注册器服务

Hierarchy

Index

Constructors

constructor

Methods

Static getAttrEditorsCache

  • Returns AttrEditorOptions

Static getComponentEditors

  • 获取组件实例的属性编辑器数组, 包含父类的

    Parameters

    Returns AttributeEditorBase[]

    属性编辑器数组

Static getComponentEditorsByClassName

  • 通过类名和组件实例 获取的属性编辑器数组

    Parameters

    • compnentInst: ComponentBase

      组件实例

    • clazzName: string | object

      类名 也可以是类实例 / 类的类型

    Returns AttributeEditorBase[]

    属性编辑器数组

Static getComponentEditorsRecursion

  • 获取组件实例的属性编辑器数组, 通过递归祖先来获取整个属性数组

    Parameters

    • compnent: ComponentBase

      属性编辑器数组

    • Optional proto: any

      组件类

    Returns AttributeEditorBase[]

    组件实例的属性编辑器数组,

Static getInstance

  • getInstance<T>(): T
  • Type parameters

    • T: {}

    Returns T

Static regedit

  • 注册属性编辑器

    Parameters

    Returns void

Generated using TypeDoc