Interface LiveContextConfig

LiveContext 生成時に利用する設定値

interface LiveContextConfig {
    vars: unknown;
}

Properties

Properties

vars: unknown

ライブラリ利用者が自由に使えるフィールドです