Search
Loading...
Skip to content

Interface: UserInterfaceInspectorBlocks

Interface representing the blocks in the user interface inspector.

  • opacity: Optional element or boolean indicating whether the opacity block should be shown.
  • transform: Optional element or boolean indicating whether the transform block should be shown.
  • trim: Optional element or boolean indicating whether the trim block should be shown.
  • //ly.img.ubq/text: Optional text block configuration.
  • //ly.img.ubq/page: Optional page block configuration.
  • //ly.img.ubq/graphic: Optional graphic block configuration.

Deprecated#

Use cesdk.feature.enable() instead.

Properties#

PropertyTypeDescription
opacity?boolean
transform?boolean
trim?boolean
//ly.img.ubq/text?UserInterfaceInspectorBlockTextDeprecated Use cesdk.feature.enable() for text-related features instead.
//ly.img.ubq/page?UserInterfaceInspectorBlockPageDeprecated Use cesdk.feature.enable() for page-related features instead.
//ly.img.ubq/graphic?UserInterfaceInspectorBlockGraphicDeprecated Use cesdk.feature.enable() for graphic-related features instead.