Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FrameConfiguration

Hierarchy

  • FrameConfiguration

Index

Properties

Properties

Optional colors

colors: Array<NamedColor>

Defines all available colors that can be applied to some frames. The color picker is always added.

Optional items

items: Array<FrameAsset | ExistingItem> = []

Defines all available frames. New items can be mixed and matched with existing predefined ones. NONE is always added for Basic UI

example

// Defaults to:

[
   { identifier: "imgly_frame_dia" },
   { identifier: "imgly_frame_art_decor" },
   { identifier: "imgly_frame_black_passepartout" },
   { identifier: "imgly_frame_wood_passepartout" },
   { identifier: "imgly_frame_lowpoly_shadow" },
]