Function ProduceStyle

  • Creates an amendment (and decorator) of component member producing CSS rules to apply to component.

    An amended member should either contain a CSS rules source of type StypRules.Source or be a method returning it.

    Produces CSS using component style production format.

    Returns

    Component property decorator.

    Type Parameters

    • TClass extends ComponentClass<any, TClass>

      Amended component class type.

    • TAmended extends AeComponentMember<Source, TClass, Source, TAmended> = AeComponentMember<Source, TClass, Source>

      Amended component member entity type.

    Parameters

    Returns ComponentMemberAmendment<Source, TClass, Source, TAmended>

Generated using TypeDoc