glendix/editor_config

Transforms Mendix widget editor property configuration.

Types

A typed Properties value used by the editor config capability.

pub type Properties

Values

pub fn hide_nested_properties(
  properties properties: Properties,
  key key: String,
  index index: Int,
  nested_keys nested_keys: String,
) -> Properties

Hides the nested properties.

pub fn hide_nested_property(
  properties properties: Properties,
  key key: String,
  index index: Int,
  nested_key nested_key: String,
) -> Properties

Hides the nested property.

pub fn hide_properties(
  properties properties: Properties,
  keys keys: String,
) -> Properties

Hides the properties.

pub fn hide_property(
  properties properties: Properties,
  key key: String,
) -> Properties

Hides the property.

pub fn move_property(
  properties properties: Properties,
  from_index from_index: Int,
  to_index to_index: Int,
) -> Properties

Moves the property.

pub fn transform_groups_into_tabs(
  properties properties: Properties,
) -> Properties

Transforms the groups into tabs.

Search Document