v0.1.51

searches the current version of every section · esc to close

26.01 Form Metadata Module

The Form Metadata module enhances the scene by adding descriptive data for the space, specified in the FormMetadata object.

It is RECOMMENDED to include the following data to record basic information about the space:

  • name of type string
  • description of type string
  • owner of type string
  • creator of type string

All other data in FormMetadata are OPTIONAL.

An example of FormMetadata can be represented as:

interface FormMetadata {  
    name: string // RECOMMENDED
    description: string // RECOMMENDED
    owner: string // RECOMMENDED
    creator: string // RECOMMENDED
    // ...
}

Revision history

  1. v0.1.43now rotation use degreeviewdiff
  2. v0.1.42form metadata now inclued the owner and creatorviewdiff
  3. v0.1.2126.05 Layout Mode Moduleview