Interface InitializeArguments
interface InitializeArguments { coe: { debugMode?: boolean; permission: Permission; roles: string[]; }; } Properties
coe
coe: { debugMode?: boolean; permission: Permission; roles: string[]; } Type declaration
Optional
debugMode?: boolean
roles: string[]
g.GameMainParameterObject#args に渡されることを想定するインターフェース。 共体験アプリケーションを実行している実行主体に対して期待される動作を表す各種パラメータを格納する