Юниверс DG SDK UI
v2.15.0

Интерфейс DOMElement<P, T>

interface DOMElement<
    P extends HTMLAttributes<T>
    | SVGAttributes<T>,
    T extends Element,
> {
    key: Key | null;
    props: P;
    ref: LegacyRef<T>;
    type: string;
}

Параметры типа

Иерархия (Просмотр сводки)

Индекс

Свойства

Свойства

key: Key | null
props: P
ref: LegacyRef<T>
type: string