i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    schema.ISourceReferenceSchema interface

    A schema for source references, which places constraints on their use.

    Signature:

    interface ISourceReferenceSchema 
    

    Introduced: version 1.0

    Properties

    Property Modifiers Type Description
    description readonly IStringLimitedValueType Gets constraints on the description field of source references.
    imageUrl readonly IStringLimitedValueType Gets constraints on the imageUrl field of source references.
    location readonly IStringLimitedValueType Gets constraints on the location field of source references.
    maximumSourceReferences readonly number Gets the maximum number of source references that any single record can have.
    name readonly ISourceReferenceValueType Gets constraints on the name field of source references.
    type readonly ISourceReferenceValueType Gets constraints on the type field of source references.
    In this article
    • schema.ISourceReferenceSchema interface
    • Properties
    Back to top © N. Harris Computer Corporation