FillStyle
Fill style of a shape
type FillStyle implements BaseNode, Node {
  color: String!
  hasPermission(
    permission: AllPermissionEntry
  ): Boolean!
  id: ID!
}
Fields
FillStyle.color ● String! non-null scalar
The color of the fill
FillStyle.hasPermission ● Boolean! non-null scalar
Checks if the current user has a specific permission on this Node
FillStyle.hasPermission.permission●AllPermissionEntryenumThe permission to check for
FillStyle.id ● ID! non-null scalar
The unique id of this node
Interfaces
BaseNode interface
Shared extensions to the node type.
Node interface
Base class of all nodes
Member of
ComponentTemplate  object ● InterfaceSpecificationTemplate  object ● RelationPartnerTemplate  interface
Implemented by
BaseStyle  union