intraactive-sdk-filter
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

IntraActive Framework - SPFx Card

IntraActive Framework's "Filter" package is a SPFx component to be used to filter views view.

Installation

`$ npm install intraactive-framework-spfx-filter

Import

import IAIFilter from 'intraactive-framework-spfx-filter'

Usage

IAFilter {
    contentTypeFilter?: string;
    editorFilter?: string;
    groupFilter?: { key: string, text: string };
    groups?: { key: string, text: string }[];
    modifiedFilter?: { key: string, startDate?: Date, endDate?: Date };
    statusFilter?: string;
    applyFilter: (filter: any) => void;
    dismiss: () => void;
}

Readme

Keywords

Package Sidebar

Install

npm i intraactive-sdk-filter

Weekly Downloads

4

Version

1.0.0

License

MIT

Unpacked Size

8.47 MB

Total Files

5

Last publish

Collaborators

  • ama_proactive