ComponentPropertyOptions
type ComponentPropertyOptions = {
preferredValues?: InstanceSwapPreferredValue[]
description?: string
slotSettings?: SlotSettings
}
Additional options that can be specified when creating a new component property. description and slotSettings are only applicable to slot properties. See SlotSettings for the available fields.