Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration FormStatus

Describes the status of the metadata panel in the UI. Used to define IWorkspaceConfigField behaviour depending on the form status.

Enumeration members

BOTH

BOTH: = "Both"

Matches in all form states

NONE

NONE: = "None"

Never matches in any form state

ONCREATE

ONCREATE: = "Create"

Matches, when the form is in the create state, i.e. when a new site instance is being created by a user

ONEDIT

ONEDIT: = "Edit"

Matches, when the form is in the edit state, i.e. when an existing site instance is edited by a user