The meta information associated to a property.

interface ISingleMetaInformation {
    cellTypes?: string[];
    default?: any;
    level?: "cell" | "notebook";
    writeDefault?: boolean;
}

Properties

cellTypes?: string[]

The cell types to display this metadata field.

default?: any

The default value for this metadata.

level?: "cell" | "notebook"

The metadata level, 'cell' or 'notebook'.

writeDefault?: boolean

Whether to avoid writing default value in metadata.