Interface: ICommonConfig
A structure for common settings of widgets.
Example
configuration = {
widgets: {
common: {
fontSize: { max: 50, min: 5, step: 5 },
tracking: { max: 100, min: -50, step: 25 },
leading: { max: 50, min: 5, step: 5 },
},
},
};
Properties
fontSize?
optionalfontSize?:IRangeParams
Sets font size range.
tracking?
optionaltracking?:IRangeParams
Sets font tracking range.
leading?
optionalleading?:IRangeParams
Sets font leading range.
textFormattingEnabled?
optionaltextFormattingEnabled?:boolean
If true, allows for changing the rich text format. This parameter is applied to text layers with the <TATF_null> marker. The default value is true.
gallery?
optionalgallery?:IGalleryDefaultConfig
Specifies default settings of the Gallery.