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

SheetElementRenderingRule

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

The rendering rules of a sheet that uses a free-form layout.

interface SheetElementRenderingRule {
ConfigurationOverrides: SheetElementConfigurationOverrides;
Expression: string;
}

§Properties

§

The override configuration of the rendering rules of a sheet.

§
Expression: string
[src]

The expression of the rendering rules of a sheet.