Optional Alpha__experimental_Determines whether the large preview title is displayed in the document pane form
Optional Alpha__experimental_Optional__experimental_Optional BetacomponentsOptionaldeprecatedOptionaldescriptionObject must have at least one field. This is validated at Studio startup.
OptionalfieldsetsOptionalgroupsOptionalhiddenOptionaliconOptionalinitialOptionalliveOptionaloptionsOptional BetaorderingsOptionalpreviewOptionalreadOptional 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.