Home > @i2analyze/notebook-sdk > schema > ISecurityDimensionValue > suspended
schema.ISecurityDimensionValue.suspended property
Indicates that the dimension value is suspended.
Signature:
readonly suspended?: boolean;
Returns: boolean
Introduced: version 1.7
Remarks
This property is true
if the security dimension value is suspended; false
otherwise. Values become suspended when they are deleted from a published schema. They exist so that records with the deleted values can be rendered correctly. They don't affect security calculations, and cannot be added to new records.