Class: Properties
An object that represents a successful response to a Fetch All Properties operation.
Export
Properties
Constructors
new Properties()
new Properties(
isProcessing
):Properties
Parameters
isProcessing
boolean
Returns
Defined in
Properties
data
data:
PropertiesData
Memberof
Properties
Defined in
Accessors
isProcessing
Get Signature
get isProcessing():
boolean
Returns
boolean
Set Signature
set isProcessing(
value
):void
Parameters
value
boolean
Returns
void