@labkey/api
    Preparing search index...

    Interface IFilter

    interface IFilter {
        getColumnName(): string;
        getFilterType(): IFilterType;
        getURLParameterName(dataRegionName?: string): string;
        getURLParameterValue(): any;
        getValue(): any;
    }

    Implemented by

    Index

    Methods