Viewer
    Preparing search index...

    Interface IPostProcessingEffectDefinition

    interface IPostProcessingEffectDefinition {
        type: POST_PROCESSING_EFFECT_TYPE;
        properties?: any;
        token?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The type of this effect.

    properties?: any
    token?: string

    The token of the effect, is only returned by the viewer, but ignored as an input.