@coasys/ad4m / Exports / LinkQuery
Class: LinkQuery
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new LinkQuery(obj
)
Parameters
Name | Type |
---|---|
obj | object |
Defined in
perspectives/LinkQuery.ts:25 (opens in a new tab)
Properties
fromDate
• Optional
fromDate: Date
Defined in
perspectives/LinkQuery.ts:17 (opens in a new tab)
limit
• Optional
limit: number
Defined in
perspectives/LinkQuery.ts:23 (opens in a new tab)
predicate
• Optional
predicate: string
Defined in
perspectives/LinkQuery.ts:14 (opens in a new tab)
source
• Optional
source: string
Defined in
perspectives/LinkQuery.ts:8 (opens in a new tab)
target
• Optional
target: string
Defined in
perspectives/LinkQuery.ts:11 (opens in a new tab)
untilDate
• Optional
untilDate: Date
Defined in
perspectives/LinkQuery.ts:20 (opens in a new tab)
Methods
isMatch
▸ isMatch(l
): boolean
Parameters
Name | Type |
---|---|
l | Link |
Returns
boolean