Group
in package
IQRF IDE Macro's group
Table of Contents
Properties
Methods
- toArray() : array{id: int, name: string, enabled: bool, macros: array{name: string, request: string, note: string|null, enabled: bool, confirmation: bool}[]}
- Returns the group in an array
Properties
$enabled
public
bool
$enabled
Is group enabled?
$id
public
int
$id
Group ID
$macros
public
array<string|int, Macro>
$macros
Array of macros
$name
public
string
$name
Group name
Methods
toArray()
Returns the group in an array
public
toArray() : array{id: int, name: string, enabled: bool, macros: array{name: string, request: string, note: string|null, enabled: bool, confirmation: bool}[]}
Return values
array{id: int, name: string, enabled: bool, macros: array{name: string, request: string, note: string|null, enabled: bool, confirmation: bool}[]} —Group in an array