Skip to content
HomePagesHomePages template kit

deserializeIslandProps

Read a props payload back.

Read a props payload back. Throws IslandPropsError on anything that is not a JSON object.

Import from @homepages/template-kit or @homepages/template-kit/island-runtime.

function deserializeIslandProps(payload: string): IslandProps
Name Type Required Description
payload string required

IslandProps