The FieldSetting object that should be used for creating the new Setting entry
the created or transformed Client Setting
The type of the content (e.g. ContentTypes.Task)
The name of the field (must be one of the ContentType's fields), e.g. 'DisplayName'
The name of the Action (can be 'new' / 'edit' / 'view')
The assigned Control constructor or the default Field control
The mapped control, Default if nothing is mapped.
The FieldSetting to get the control class.
The specified FieldSetting control
Gets the full ControlSchema object for a specific Content
The name of the Action (can be 'new' / 'edit' / 'view')
the fully created ControlSchema
Gets the full ControlSchema object for a specific ContentType
The type of the Content (e.g. ContentTypes.Task)
The name of the Action (can be 'new' / 'edit' / 'view')
the fully created ControlSchema
Maps a specified Control to a Content type
The Control for the content
Sets up a Factory method to create library-specific settings from FieldSettings per type
The type of the FieldSetting (e.g. FieldSettings.ShortTextFieldSetting)
The factory method that constructs or transforms the Settings object
The FieldSetting to get the control for.
Callback method that returns a Control Type based on the provided FieldSetting
the Mapper instance (can be used fluently)
The Content Type
The name of the field on the Content Type
The callback function that will setup the Control
Optional type hint for the FieldSetting
Generated using TypeDoc
Creates a ClientSetting from a specified FieldSetting based on the assigned Factory method