Cluster Creator Kit Script Reference
    Preparing search index...

    Interface PostProcessStringPropertyItem Beta

    The property for the post-process strings value.

    interface PostProcessStringProperty {
        clear(): void;
        setValue(value: string): 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: string

        The value to set

      Returns void