Options passed to MetadataFormWidget.

interface IOptions {
    metadataSchema: ISettingRegistry.IMetadataSchema;
    metaInformation: IMetaInformation;
    pluginId?: string;
    showModified?: boolean;
    translator?: ITranslator;
    uiSchema?: IUiSchema;
}

Properties

MetadataSchema defined from the settings.

metaInformation: IMetaInformation

The meta information associated to all properties.

pluginId?: string

The plugin ID.

showModified?: boolean

Whether to show the modified field from default value.

translator?: ITranslator

Translator object.

uiSchema?: IUiSchema

The uiSchema built when loading schemas.