Selva Compute API Reference - v2.1.0
    Preparing search index...
    Index

    Constructors

    Properties

    count: number

    Methods

    • ...

      Parameters

      Returns void

    • ...

      Parameters

      Returns boolean

    • ...

      Parameters

      • id: string

      Returns boolean

    • ...

      Parameters

      • index: number

      Returns boolean

    • Parameters

      • groupIndex: number

        The index to search for.

      Returns Group

      A Group object, or null if none was found.

      Retrieves a Group object based on an index. This search type of search is discouraged. We are moving towards using only IDs for all tables.

    • Parameters

      • name: string

        The name of the Group to be searched.

      Returns Group

      A Group, or null on error.

      Finds a Group given its name.

    • ...

      Parameters

      • index: number

      Returns Group

    • Parameters

      • groupIndex: number

        The index of the group in this table.

      Returns File3dmObject[]

      Array of objects that belong to the specified group or empty array if no objects could be found.

      Gets an array of all of the objects in a group.