Class: MetaBox

components/MetaBox~module:components/MetaBox~MetaBox

Show a meta box for the selected folder id. It also supports user settings.

Constructor

new MetaBox()

Properties:
Name Type Description
id string | int The id of the folder or 'usersettings'
patcher module:components/MetaBox~MetaBox~patcher
Source:

Extends

  • React.Component

Type Definitions

patcher(handleSave, ref)

This callback is fired when the ref is created
Parameters:
Name Type Description
handleSave function Fire this function if you want to serialize the data and save to server (async)
ref HTMLElement The meta box container
Source: