Skip to content

FillStyle

Fill style of a shape

graphql
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 ● AllPermissionEntry enum

The 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

Released under the MIT License.