Class: JptPresentationValidationOptions
identity_wasm.JptPresentationValidationOptions
Options to declare validation criteria for a Jpt presentation.
Table of contents
Constructors
Methods
Constructors
constructor
• new JptPresentationValidationOptions(opts?
)
Parameters
Name | Type |
---|---|
opts? | IJptPresentationValidationOptions |
Methods
toJSON
▸ toJSON(): Object
- Return copy of self without private attributes.
Returns
Object
▸ toJSON(): any
Serializes this to a JSON object.
Returns
any
toString
▸ toString(): string
Return stringified version of self.
Returns
string
clone
▸ clone(): JptPresentationValidationOptions
Deep clones the object.
Returns
JptPresentationValidationOptions
fromJSON
▸ Static
fromJSON(json
): JptPresentationValidationOptions
Deserializes an instance from a JSON object.
Parameters
Name | Type |
---|---|
json | any |