Longbridge OpenAPI SDK
    Preparing search index...

    Class OwnedTopic

    My topic item (topic created by the current authenticated user)

    Index

    Constructors

    Accessors

    • get id(): string

      Topic ID

      Returns string

    • get title(): string

      Title

      Returns string

    • get description(): string

      Plain text excerpt

      Returns string

    • get body(): string

      Markdown body

      Returns string

    • get tickers(): string[]

      Related stock tickers

      Returns string[]

    • get hashtags(): string[]

      Hashtag names

      Returns string[]

    • get likesCount(): number

      Likes count

      Returns number

    • get commentsCount(): number

      Comments count

      Returns number

    • get viewsCount(): number

      Views count

      Returns number

    • get sharesCount(): number

      Shares count

      Returns number

    • get topicType(): string

      Content type: "article" or "post"

      Returns string

    • get detailUrl(): string

      URL to the full topic page

      Returns string

    • get createdAt(): Date

      Created time

      Returns Date

    • get updatedAt(): Date

      Updated time

      Returns Date

    Methods

    • Returns string

    • Returns any