interface HTMLDocumentTagsOptions {
    values?: string[];
}

Properties

Properties

values?: string[]

An array of Document UUIDs to initialize the element with.