masto
    Preparing search index...

    Interface Context

    Represents the tree around a given status. Used for reconstructing threads of statuses.

    interface Context {
        ancestors: Status[];
        descendants: Status[];
    }
    Index

    Properties

    ancestors: Status[]

    Parents in the thread.

    descendants: Status[]

    Children in the thread.