Home Reference Source Test Repository
import CATEGORIES from 'ics-js/src/properties/CATEGORIES.js'
public class | source

CATEGORIES

Extends:

Property → CATEGORIES

CATEGORIES property.

See:

Method Summary

Public Methods
public

Check if property's value is an array.

public

Joins the value using commas to separate values.

Inherited Summary

From class Property
public

Determine if the property's value is transformed.

public

value: *

The property's value.

public abstract

Determine if the property's value is transformed. Returning true causes the transformer to be skipped.

public

Get a string representation of the property.

public

Get the property's properties formatted for string output.

public

Get the property's value. The value is transformed if needed.

public abstract

Function that transforms the value.

Public Methods

public shortTransformer(): boolean source

Check if property's value is an array.

Override:

Property#shortTransformer

Return:

boolean

Whether the property's value is transformed.

public transformer(): string source

Joins the value using commas to separate values.

Override:

Property#transformer

Return:

string

The property's transformed value.