i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > schema > ISecurityDimension

    schema.ISecurityDimension interface

    A security dimension.

    Signature:

    interface ISecurityDimension 
    

    Introduced: version 1.0

    Properties

    Property Modifiers Type Description
    description readonly string Gets the description of the security dimension.
    displayName readonly string Gets the displayable name of the security dimension.
    id readonly SecurityDimensionId Gets the unique identifier of the security dimension.
    possibleValues readonly data.IReadOnlyCollection<ISecurityDimensionValue> Gets the possible values of the security dimension.
    type readonly 'ordered' | 'unordered' Gets whether the security dimension is ordered or unordered.
    In this article
    Back to top © N. Harris Computer Corporation