1.0.4 • Published 5 years ago

intraactive-framework-spfx-filter v1.0.4

Weekly downloads
26
License
MIT
Repository
-
Last release
5 years ago

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;
}