Hiyve Components - v1.0.0
    Preparing search index...

    Interface RoomsListEmptyStateRenderData

    Data passed to custom empty state render functions.

    interface RoomsListEmptyStateRenderData {
        entityLabels: RoomsEntityLabels;
        isLoading: boolean;
        onCreate: () => void;
        showCreateButton: boolean;
    }
    Index

    Properties

    entityLabels: RoomsEntityLabels

    Resolved entity labels

    isLoading: boolean

    Whether rooms are currently loading

    onCreate: () => void

    Open the create room dialog

    showCreateButton: boolean

    Whether the create button is enabled