ウィジェットの状態を保持するためのメモリ。

interface Memory {
    data: MemoryData;
}

Properties

Properties

データ。

ウィジェット ID をキーとしてアクセスする連想配列。