interface ToolclipConfigurationItem {
    content?: string;
    heading?: string;
    paragraph?: string;
    reference?: string;
}

Properties

content?: string

Content for the item.

heading?: string

A heading for the item.

paragraph?: string

A plain paragraph of content for this item.

reference?: string

If the item is a single key reference, use this instead of content.