Options
All
  • Public
  • Public/Protected
  • All
Menu

Module components/objectTypeFilter

Index

Type aliases

Functions

Type aliases

ObjectTypeFilterProps

ObjectTypeFilterProps: object

Properties of the ObjectTypeFilter component, containing possible types, and callbacks to add or remove filters.

Type declaration

  • addHidden: function
      • (filteredObjectType: string): void
      • Parameters

        • filteredObjectType: string

        Returns void

  • objectTypes: [string, boolean][]
  • removeHidden: function
      • (filteredObjectType: string): void
      • Parameters

        • filteredObjectType: string

        Returns void

Functions

ObjectTypeFilter

  • Compontent to display the available filters for tracked objects.

    Parameters

    Returns Element

    An antd card containing the filters for the object types.

Made by Horyus. Documentation generated by TypeDoc.