Interface HTMLElementOptions

interface HTMLElementOptions {
    index?: number;
    insert?: boolean;
    is?: string;
}

Hierarchy

  • ElementCreationOptions
  • IndexOptions
    • HTMLElementOptions

Properties

Properties

index?: number

the index to insert the

insert?: boolean

the default value is true

is?: string