@cccode/fxr - v31.0.0
    Preparing search index...

    Interface FXRSerializeOptions

    An object containing options for the serialize method in most classes that are part of the FXR tree structure.

    interface FXRSerializeOptions {
        filter?: FXRSerializeFilter;
        requireActionDefinition?: boolean;
    }
    Index

    Properties

    A rule used to filter out certain values in the output JSON, which can be used to reduce the size of the output without losing any important information.

    requireActionDefinition?: boolean

    Forces actions to not be filtered out. This is mainly used internally to stop generic classes from outputting nonsense when the filter allows removing default actions, but it may also be useful if you want to prevent actions from disappearing entirely from the output.