Skip to main content

InterfacePinnedPostsLayoutProps

Admin Docs


Interface: InterfacePinnedPostsLayoutProps

Defined in: src/types/Post/interface.ts:106

Properties

onPostUpdate()?

optional onPostUpdate: () => void

Defined in: src/types/Post/interface.ts:109

Returns

void


onStoryClick()

onStoryClick: (post) => void

Defined in: src/types/Post/interface.ts:108

Parameters

post

InterfacePost

Returns

void


pinnedPosts

pinnedPosts: InterfacePostEdge[]

Defined in: src/types/Post/interface.ts:107