Cluster Creator Kit Script Reference
    Preparing search index...

    Interface PostProcessBoolPropertyItem Beta

    The property for the post-process boolean value.

    interface PostProcessBoolProperty {
        clear(): void;
        setValue(value: boolean): void;
    }
    Index

    Methods

    Methods

    • Beta

      Clears the property value, setting it to an unset state.

      Returns void

    • Beta

      Sets the value of the property.

      Parameters

      • value: boolean

        The value to set

      Returns void