@procivis/react-native-one-core
    Preparing search index...

    Interface TrustAnchorListQuery

    interface TrustAnchorListQuery {
        createdDateAfter?: string;
        createdDateBefore?: string;
        exact?: ExactTrustAnchorFilterColumnEnum[];
        isPublisher?: boolean;
        lastModifiedAfter?: string;
        lastModifiedBefore?: string;
        name?: string;
        page: number;
        pageSize: number;
        sort?: SortableTrustAnchorColumnEnum;
        sortDirection?: SortDirection;
        type?: string;
    }

    Hierarchy

    • Omit<ListQuery, "organisationId">
      • TrustAnchorListQuery
    Index

    Properties

    createdDateAfter?: string

    accepts the RFC3339 format, e.g. use the Date.toISOString

    createdDateBefore?: string

    accepts the RFC3339 format, e.g. use the Date.toISOString

    isPublisher?: boolean
    lastModifiedAfter?: string

    accepts the RFC3339 format, e.g. use the Date.toISOString

    lastModifiedBefore?: string

    accepts the RFC3339 format, e.g. use the Date.toISOString

    name?: string
    page: number
    pageSize: number
    sortDirection?: SortDirection
    type?: string