State URIによる統合状態管理
Combadgeでは状態の位置を指定するためにState URIを利用します。
Title | Protocol | Get | Put (Set) | Post (Action) | Description |
---|---|---|---|---|---|
Nuxt useState | state://{name} | Clinet / Server | |||
Nuxt server API | api://{path} | Clinet / Server | |||
Nuxt plugins helper | helper://{name} | Clinet / Server | |||
Http | {custom protocol} | Clinet / Server | |||
Session Storage | session-storage://{name} | Clinet only | |||
Local Storage | local-storage://{name} | Clinet only | |||
URL Query | query://{name} | Clinet / Server | |||
URL Path | path://{index} | Clinet / Server | |||
URL hash | hash:// | Clinet / Server | |||
Html Element Attributes | html-attrs://{name} | Clinet / Server | |||
Body Element Attributes | body-attrs://{name} | Clinet / Server | |||
Meta Element | meta://{name} | Clinet / Server |