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

interface Memory {
    data: MemoryData;
}

Properties

Properties