Optional BetacomponentsOptionaldeprecatedOptionaldescriptionOptionalfieldsOptionalfieldsetsOptionalhiddenOptionaliconOptionalinitialOptionaloptionsOptionalpreviewOptionalreadOptional BetarenderCallback that allows developers to customize the members of the object input. It can be used to add decoration members to the object input, instead of using empty fields. For example:
import { Decoration } from './Decoration'
renderMembers: (members) => {
return [
...members,
{
key: 'decoration',
kind: 'decoration',
component: Decoration,
},
]
OptionaltitleOptionalvalidation
Construct a type with the properties of T except for those in type K.