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

Properties

paragraph: string

A plain paragraph of content for this item.

heading: string

A heading for the item.

content: string

Content for the item.

reference: string

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