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

    Interface TrustEntityListQuery

    interface TrustEntityListQuery {
        createdDateAfter?: string;
        createdDateBefore?: string;
        didId?: string;
        entityKey?: string;
        exact?: NAME[];
        lastModifiedAfter?: string;
        lastModifiedBefore?: string;
        name?: string;
        organisationId?: string;
        page: number;
        pageSize: number;
        role?: TrustEntityRole;
        sort?: SortableTrustEntityColumn;
        sortDirection?: SortDirection;
        states?: TrustEntityState[];
        trustAnchor?: string;
        types?: TrustEntityType[];
    }
    Index

    Properties

    createdDateAfter?: string
    createdDateBefore?: string
    didId?: string
    entityKey?: string
    exact?: NAME[]
    lastModifiedAfter?: string
    lastModifiedBefore?: string
    name?: string
    organisationId?: string
    page: number
    pageSize: number
    sortDirection?: SortDirection
    states?: TrustEntityState[]
    trustAnchor?: string
    types?: TrustEntityType[]