Property Value Preset
Provide a preset value for a Property.
Manifest
export const manifest = {
type: 'propertyValuePreset',
alias: 'my.propertyValuePreset.TextBox',
name: 'My Property Value Preset for TextBox',
weight: 10,
api: () => import('./my-property-value-preset.js'),
forPropertyEditorUiAlias: 'Umb.PropertyEditorUi.TextBox'
}Key Properties
Implementation
Target a Property Editor Schema
Utilize the Data-Type configuration
Extend Presets
Last updated
Was this helpful?