Interface IBlockDefinition<T>
Properties
edit
edit
: Component<IBlockProps<T>, any, any, ComputedOptions, MethodOptions>getDefaultData
getDefaultData: T
Optional icon
icon?: string
name
name: string
view
view
: Component<IBlockProps<T>, any, any, ComputedOptions, MethodOptions>
Any Block that you create
IBlockProps