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

    Constructors

    Properties

    count: number

    Returns the number of document strings in the 3dm file.

    Methods

    • Parameters

      • section: string

        name of section to delete. If null, all sections will be deleted.

      • entry: string

        name of entry to delete. If null, all entries will be deleted for a given section.

      Returns void

      Removes document strings from the 3dm file.

    • ...

      Returns number

    • ...

      Parameters

      • index: number

      Returns object

    • Parameters

      • i: number

        The index at which to get the value.

      Returns string

      The string value if successful.

      Returns a string value at a given index.

    • ...

      Parameters

      • key: string
      • value: string

      Returns void