NotSupportedFilter class

Extends

Constructors

NotSupportedFilter(IFilterTarget, string, string)

Properties

message
notSupportedTypeName
schemaUrl

Inherited Properties

displaySettings
filterType
schema
target

Methods

toJSON()

Constructor Details

NotSupportedFilter(IFilterTarget, string, string)

new NotSupportedFilter(target: IFilterTarget, message: string, notSupportedTypeName: string)

Parameters

target
IFilterTarget
message

string

notSupportedTypeName

string

Property Details

message

message: string

Property Value

string

notSupportedTypeName

notSupportedTypeName: string

Property Value

string

schemaUrl

static schemaUrl: string

Property Value

string

Inherited Property Details

displaySettings

displaySettings: IFilterDisplaySettings

Property Value

Inherited From Filter.displaySettings

filterType

filterType: FilterType

Property Value

Inherited From Filter.filterType

schema

static schema: string

Property Value

string

Inherited From Filter.schema

target

target: IFilterGeneralTarget

Property Value

Inherited From Filter.target

Method Details

toJSON()

function toJSON(): INotSupportedFilter

Returns