Gjsify LogoGjsify Logo

This structure contains information about service state variable.

record

Hierarchy

  • ServiceStateVariableInfo

Index

Constructors

Properties

allowed_values: string[]

The allowed values of this state variable. Only applies to string data types. Unlike the other fields in this structure, this field contains a list of (char *) strings rather than GValues.

field
default_value: any

The default value of this state variable.

field
is_numeric: boolean

Wether this state variable is a numeric type (integer and float).

field
maximum: any

The maximum value of this state variable. Only applies to numeric data types.

field
minimum: any

The minimum value of this state variable. Only applies to numeric data types.

field
name: string

The name of the state variable.

field
send_events: boolean

Whether this state variable can source events.

field
step: any

The step value of this state variable. Only applies to numeric data types.

field
type: GType<unknown>

The GType of this state variable.

field
name: string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method