[Go to site: main page, start]

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.