Options
All
  • Public
  • Public/Protected
  • All
Menu

Atom 主要涵盖木偶组件,行为主要靠外部控制。

Index

References

Namespaces

Classes

Type aliases

Variables

Functions

References

cell

Renames and re-exports Cell

Type aliases

CellProps

CellProps: CellData & { index?: number }

通常我们可以将列表数据抽象为一个单独的配置文件,配置中的每一项包含 Cell 的完整配置信息,包括展示内容、交互行为等。具体定义请点击 CellData 进行查看。

Variables

loadingOverlay

loadingOverlay: () => Element

Type declaration

    • (): Element
    • Returns Element

Functions

Const Cell

  • Cell(props: CellProps): null | ReactElement<any, string | JSXElementConstructor<any>>
  • 用于列表通用展示、交互内容的呈现。

    Parameters

    Returns null | ReactElement<any, string | JSXElementConstructor<any>>

Const text

  • text(props: TextComponentProps): Element
  • Parameters

    • props: TextComponentProps

    Returns Element

Generated using TypeDoc, the 2021/11/30 at 下午2:46:41