Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Tag

Hierarchy

  • Tag

Implements

Index

Constructors

Properties

Methods

Object literals

Constructors

constructor

Properties

context

context: Arc

id

id: string | undefined

staticState

staticState: ITagStaticState | undefined

Methods

fetchStaticState

setStaticState

state

Static search

  • Tag.search(context, options) searches for stake entities

    Parameters

    • context: Arc

      an Arc instance that provides connection information

    • Default value options: ITagQueryOptions = {}

      the query options, cf. ITagQueryOptions

    • Default value apolloQueryOptions: IApolloQueryOptions = {}

    Returns Observable<Tag[]>

    an observable of Tag objects

Object literals

Static fragments

fragments: object

TagFields

TagFields: DocumentNode = gql`fragment TagFields on Tag {idnumberOfProposalsproposals { id }}`

Generated using TypeDoc