Circle V2 API Docs
    Preparing search index...

    Interface ActionBarOpenChangeDetails

    Floating bar of bulk actions for the current selection, pinned to the bottom of the screen. Controlled via open on ActionBar.Root — there is no trigger.

    <ActionBar.Root open={selectedCount > 0}>
    <ActionBar.Positioner>
    <ActionBar.Content>
    <Text>{selectedCount} selected</Text>
    <ActionBar.Separator />
    <Button trackingData={{ event: "Delete selection" }}>Delete</Button>
    </ActionBar.Content>
    </ActionBar.Positioner>
    </ActionBar.Root>
    interface ActionBarOpenChangeDetails {
        open: boolean;
    }

    Hierarchy

    • OpenChangeDetails
      • ActionBarOpenChangeDetails
    Index

    Properties

    Properties

    open: boolean