matrix-js-sdk

    Interface IRelationsRequestOpts

    interface IRelationsRequestOpts {
        dir?: Direction;
        from?: string;
        limit?: number;
        recurse?: boolean;
        to?: string;
    }
    Index

    Properties

    dir?: Direction
    from?: string
    limit?: number
    recurse?: boolean
    to?: string
    MMNEPVFCICPMFPCPTTAAATR