Function markVolatile

  • This marks an object as "volatile". This ensures, that an object added to the VcsApp will never be serialized into a module, regardless of the current dynamic module. Typical use case is a scratch layer which represents temporary features.

    Parameters

    • object: object & {
          [moduleIdSymbol]?: string;
      }

      the object to mark as volatile

    Returns void