画面を構成するエレメントの基底型

interface Element {
    cssClassName?: string;
    elementRuntimeId: string;
}

Hierarchy (view full)

Properties

cssClassName?: string

CSSクラス名

elementRuntimeId: string

エレメントランタイムID