Interface: PlasmaProviderProps<S, M>
このコンテンツはまだ日本語訳がありません。
Interface: PlasmaProviderProps<S, M>
Section titled “Interface: PlasmaProviderProps<S, M>”Defined in: react/src/context.tsx:10
Type Parameters
Section titled “Type Parameters”S extends Schema<Record<string, AnyTable>>
M
Properties
Section titled “Properties”client
Section titled “client”
readonlyclient:PlasmaClient<S,M>
Defined in: react/src/context.tsx:11
children
Section titled “children”
readonlychildren:ReactNode
Defined in: react/src/context.tsx:12