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

    Interface HTMLStringTagsOptions

    interface HTMLStringTagsOptions {
        slug?: boolean;
        values?: string[];
    }
    Index

    Properties

    Properties

    slug?: boolean

    Whether to automatically slugify all strings provided to the element.

    values?: string[]

    An array of initial values.