Taos API Reference
    Preparing search index...

    Interface RenderEffectDoc

    interface RenderEffectDoc {
        type: string;
        enabled?: boolean;
        settings: Record<string, number | boolean | string>;
    }
    Index

    Properties

    type: string
    enabled?: boolean

    Active flag; treated as true when omitted.

    settings: Record<string, number | boolean | string>