Auth0 Universal Components
    Preparing search index...

    Interface MemberManagementSortConfig

    Sort configuration for member management tables.

    interface MemberManagementSortConfig {
        direction: "asc" | "desc";
        key: string | null;
    }
    Index

    Properties

    Properties

    direction: "asc" | "desc"
    key: string | null