Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WordCloudOptions

import type { WordCloudOptions } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The word cloud options for a word cloud visual.

interface WordCloudOptions {
CloudLayout?: WordCloudCloudLayout | null;
MaximumStringLength?: number | null;
WordCasing?: WordCloudWordCasing | null;
WordOrientation?: WordCloudWordOrientation | null;
WordPadding?: WordCloudWordPadding | null;
WordScaling?: WordCloudWordScaling | null;
}

§Properties

§
CloudLayout?: WordCloudCloudLayout | null
[src]

The cloud layout options (fluid, normal) of a word cloud.

§
MaximumStringLength?: number | null
[src]

The length limit of each word from 1-100.

§
WordCasing?: WordCloudWordCasing | null
[src]

The word casing options (lower_case, existing_case) for the words in a word cloud.

§
WordOrientation?: WordCloudWordOrientation | null
[src]

The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.

§
WordPadding?: WordCloudWordPadding | null
[src]

The word padding options (none, small, medium, large) for the words in a word cloud.

§
WordScaling?: WordCloudWordScaling | null
[src]

The word scaling options (emphasize, normal) for the words in a word cloud.