Preparing search index...
    interface TagsCellProps {
        column: ISearchColumn;
        entityName: string;
        namespaceId: keyof INamespace;
        onTagClick?: (tag: string) => void;
        record: SearchHit;
    }
    Index

    Properties

    entityName: string
    namespaceId: keyof INamespace
    onTagClick?: (tag: string) => void
    record: SearchHit