Skip to main content

ElementCreateSettingsLabel

Callable

  • ElementCreateSettingsLabel(label, forId, options): HTMLLabelElement

  • Create a label for a given element


    Parameters

    • label: string
    • forId: string | HTMLElement
    • optionaloptions: { position: left | top }
      • position: left | top

    Returns HTMLLabelElement