Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface ToolclipConfigurationItem

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

    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.