Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListColumnsProvider

A columns provider to provide columns for the list view of the content screen.

export
interface

ListColumnsProvider

Hierarchy

  • ListColumnsProvider

Index

Methods

getColumns

  • getColumns(entityData: EntityData): Observable<ColumnModel[]>
  • Gets an observable collection of columns.

    memberof

    ListColumnsProvider

    Parameters

    • entityData: EntityData

      Metadata for the content type of current list view.

    Returns Observable<ColumnModel[]>

    Observable collection of columns that will be added to the list view.

getColumnsToRemove

  • getColumnsToRemove(entityData: EntityData): Observable<string[]>
  • Gets an obaservable collection of columns to be removed.

    memberof

    ListColumnsProvider

    Parameters

    • entityData: EntityData

      Metadata for the content type of current list view.

    Returns Observable<string[]>

    Observable collection of columns that will be removed from the list view.

Generated using TypeDoc