#how can I get something like `Astro.props` in a .svelte file

4 messages · Page 1 of 1 (latest)

stray elbow
#

I am trying to access some server side data but in a Svelte component - is this possible without passing the props in?

lusty pollen
#

can't you use astro's actions in a svelte component?

stray elbow
#

yes the actions

#

but I was trying to specifcally use Astro.getActionResult();