File

packages/ui/src/lib/symbol/symbol.interface.ts

Description

A Symbol is specified with a unique name and an optional string content.

Index

Properties

Properties

content
content: string
Type : string
Optional

Text content. If nothing is set, the symbol is expected to have e.g. valid font glyph name.

name
name: string
Type : string

The name under which the symbol is accessible.

path
path: string
Type : string
Optional

Path content

export interface Symbol {
  /** The name under which the symbol is accessible. */
  name: string;
  /** Text content. If nothing is set, the symbol is expected to have e.g. valid font glyph name. */
  content?: string;
  /** Path content */
  path?: string;
}

result-matching ""

    No results matching ""