title: "PageActionBar" isDefaultIndex: false
import MemberInfo from '@site/src/components/MemberInfo'; import GenerationInfo from '@site/src/components/GenerationInfo'; import MemberDescription from '@site/src/components/MemberDescription';
Status: Developer Preview
A component for displaying the main actions for a page. This should be used inside the Page component. It should be used in conjunction with the PageActionBarLeft and PageActionBarRight components as direct children.
function PageActionBar(props: { children: React.ReactNode }): void
Parameters
Status: Developer Preview
function PageActionBarLeft(props: { children: React.ReactNode }): void
Parameters
Status: Developer Preview
function PageActionBarRight(props: { children: React.ReactNode }): void
Parameters