ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > MdxColor

MdxColor type

A string or number representing the color.

Signature:

export declare type MdxColor = string | number;

Remarks

Example

rgb(0, 0, 255) or 16711680 means blue.

  • MdxColor type
  • Remarks
  • Example
Copyright © 2019 ActiveViam