OoohMetadata interface

Signature:

export interface OoohMetadata 

Properties

PropertyModifiersTypeDescription
OoohDescriptionreadonlystringThe description of the oooh
OoohTitlereadonlystringThe title of the oooh

OoohMetadata.OoohDescription property

The description of the oooh

Signature:

readonly OoohDescription: string;

OoohMetadata.OoohTitle property

The title of the oooh

Signature:

readonly OoohTitle: string;