OoohMetadata interface
Signature:
export interface OoohMetadata
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
OoohDescription | readonly | string | The description of the oooh |
OoohTitle | readonly | string | The 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;
Updated 12 months ago